Commit 38ef0b46 authored by Waqar Ahmed's avatar Waqar Ahmed

Correct normalize spellings

parent 2785aa36
...@@ -175,7 +175,7 @@ questions: ...@@ -175,7 +175,7 @@ questions:
schema: schema:
type: dict type: dict
$ref: $ref:
- "normalise/interfaceConfiguration" - "normalize/interfaceConfiguration"
attrs: attrs:
- variable: hostInterface - variable: hostInterface
description: "Please specify host interface" description: "Please specify host interface"
...@@ -316,7 +316,7 @@ questions: ...@@ -316,7 +316,7 @@ questions:
schema: schema:
type: dict type: dict
$ref: $ref:
- "normalise/ixVolume" - "normalize/ixVolume"
attrs: attrs:
- variable: mountPath - variable: mountPath
label: "Mount Path" label: "Mount Path"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
DNS Configuration DNS Configuration
*/}} */}}
{{- define "dnsConfiguration" }} {{- define "dnsConfiguration" }}
dnsPolicy: .Values.dnsPolicy dnsPolicy: {{ .Values.dnsPolicy }}
{{- if .Values.dnsConfig }} {{- if .Values.dnsConfig }}
dnsConfig: dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 2 }} {{- toYaml .Values.dnsConfig | nindent 2 }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment