Correct normalize spellings

This commit is contained in:
Waqar Ahmed
2020-10-15 04:17:53 +05:00
parent 2785aa3692
commit 38ef0b463f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 }}