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

Correct normalize spellings

parent 2785aa36
......@@ -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 }}
......
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