Correct normalize spellings
This commit is contained in:
parent
2785aa3692
commit
38ef0b463f
|
@ -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:
|
||||||
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 @@
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in New Issue