diff --git a/charts/ix-chart/2010.0.1/questions.yaml b/charts/ix-chart/2010.0.1/questions.yaml index e301b5f7371..cc72f4d7b30 100644 --- a/charts/ix-chart/2010.0.1/questions.yaml +++ b/charts/ix-chart/2010.0.1/questions.yaml @@ -175,7 +175,7 @@ questions: schema: type: dict $ref: - - "normalise/interfaceConfiguration" + - "normalize/interfaceConfiguration" attrs: - variable: hostInterface description: "Please specify host interface" @@ -316,7 +316,7 @@ questions: schema: type: dict $ref: - - "normalise/ixVolume" + - "normalize/ixVolume" attrs: - variable: mountPath label: "Mount Path" diff --git a/charts/ix-chart/2010.0.1/templates/_networking.tpl b/charts/ix-chart/2010.0.1/templates/_networking.tpl index 0c611248a6e..79a1a325d17 100644 --- a/charts/ix-chart/2010.0.1/templates/_networking.tpl +++ b/charts/ix-chart/2010.0.1/templates/_networking.tpl @@ -2,7 +2,7 @@ DNS Configuration */}} {{- define "dnsConfiguration" }} -dnsPolicy: .Values.dnsPolicy +dnsPolicy: {{ .Values.dnsPolicy }} {{- if .Values.dnsConfig }} dnsConfig: {{- toYaml .Values.dnsConfig | nindent 2 }}