Sfoglia il codice sorgente

Merge pull request #6626 from Rory-Z/chore/fix-spelling-errors-for-5.0

chore(helm): fix spell errors
Rory Z 4 anni fa
parent
commit
8d7e355b61

+ 3 - 3
deploy/charts/emqx/templates/StatefulSet.yaml

@@ -64,10 +64,10 @@ spec:
           claimName: {{ tpl . $ }}
           claimName: {{ tpl . $ }}
         {{- end }}
         {{- end }}
       {{- end }}
       {{- end }}
-      {{- if .Values.emqxLicneseSecretName  }}
+      {{- if .Values.emqxLicenseSecretName  }}
       - name: emqx-license
       - name: emqx-license
         secret:
         secret:
-          secretName: {{ .Values.emqxLicneseSecretName }}
+          secretName: {{ .Values.emqxLicenseSecretName }}
       {{- end }}
       {{- end }}
       serviceAccountName:  {{ include "emqx.fullname" . }}
       serviceAccountName:  {{ include "emqx.fullname" . }}
       {{- if .Values.podSecurityContext.enabled }}
       {{- if .Values.podSecurityContext.enabled }}
@@ -134,7 +134,7 @@ spec:
           volumeMounts:
           volumeMounts:
           - name: emqx-data
           - name: emqx-data
             mountPath: "/opt/emqx/data"
             mountPath: "/opt/emqx/data"
-          {{ if .Values.emqxLicneseSecretName  }}
+          {{ if .Values.emqxLicenseSecretName  }}
           - name: emqx-license
           - name: emqx-license
             mountPath: "/opt/emqx/etc/emqx.lic"
             mountPath: "/opt/emqx/etc/emqx.lic"
             subPath: "emqx.lic"
             subPath: "emqx.lic"

+ 2 - 2
deploy/charts/emqx/values.yaml

@@ -66,10 +66,10 @@ emqxConfig:
   ## if EMQX_CLUSTER__K8S__ADDRESS_TYPE eq dns
   ## if EMQX_CLUSTER__K8S__ADDRESS_TYPE eq dns
   # EMQX_CLUSTER__K8S__SUFFIX: "pod.cluster.local"
   # EMQX_CLUSTER__K8S__SUFFIX: "pod.cluster.local"
 
 
-## EMQX Enterprise Edition requires manual creation of a Secret containing the licensed content. Write the name of Secret to the value of "emqxLicneseSecretName"
+## EMQX Enterprise Edition requires manual creation of a Secret containing the licensed content. Write the name of Secret to the value of "emqxLicenseSecretName"
 ## Example:
 ## Example:
 ##   kubectl create secret generic emqx-license-secret-name --from-file=/path/to/emqx.lic
 ##   kubectl create secret generic emqx-license-secret-name --from-file=/path/to/emqx.lic
-emqxLicneseSecretName:
+emqxLicenseSecretName:
 
 
 service:
 service:
   ## Service type
   ## Service type