浏览代码

Correct normalize spellings

Waqar Ahmed 4 年之前
父节点
当前提交
38ef0b463f
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      charts/ix-chart/2010.0.1/questions.yaml
  2. 1 1
      charts/ix-chart/2010.0.1/templates/_networking.tpl

+ 2 - 2
charts/ix-chart/2010.0.1/questions.yaml

@@ -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"

+ 1 - 1
charts/ix-chart/2010.0.1/templates/_networking.tpl

@@ -2,7 +2,7 @@
 DNS Configuration
 */}}
 {{- define "dnsConfiguration" }}
-dnsPolicy: .Values.dnsPolicy
+dnsPolicy: {{ .Values.dnsPolicy }}
 {{- if .Values.dnsConfig }}
 dnsConfig:
   {{- toYaml .Values.dnsConfig | nindent 2 }}