Correct normalize spellings
This commit is contained in:
parent
2785aa3692
commit
38ef0b463f
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
DNS Configuration
|
||||
*/}}
|
||||
{{- define "dnsConfiguration" }}
|
||||
dnsPolicy: .Values.dnsPolicy
|
||||
dnsPolicy: {{ .Values.dnsPolicy }}
|
||||
{{- if .Values.dnsConfig }}
|
||||
dnsConfig:
|
||||
{{- toYaml .Values.dnsConfig | nindent 2 }}
|
||||
|
|
Loading…
Reference in New Issue