Move to new ix_values system (#233)

* Refactor questions.yaml, ix_values.yaml and values.yaml

* Add Docs
This commit is contained in:
Kjeld Schouten-Lebbing
2021-03-06 21:32:31 +01:00
committed by kjeld Schouten-Lebbing
parent 5373c61f2d
commit 680e359d99
153 changed files with 4616 additions and 4296 deletions
@@ -42,9 +42,15 @@ hostNetwork: {{ . }}
{{- with .Values.hostname }}
hostname: {{ . }}
{{- end }}
{{- if .Values.dnsPolicy }}
{{- with .Values.dnsPolicy }}
dnsPolicy: {{ . }}
{{- end }}
{{- else if .Values.hostNetwork }}
dnsPolicy: "ClusterFirstWithHostNet"
{{- else }}
dnsPolicy: ClusterFirst
{{- end }}
{{- with .Values.dnsConfig }}
dnsConfig:
{{- toYaml . | nindent 2 }}
+2 -1
View File
@@ -66,7 +66,8 @@ envFrom: []
# When using hostNetwork make sure you set dnsPolicy to ClusterFirstWithHostNet
hostNetwork: false
dnsPolicy: ClusterFirst
## Default get based on hostNetwork setting
# dnsPolicy: ClusterFirst
# Optional DNS settings, configuring the ndots option may resolve
# nslookup issues on some Kubernetes setups.