chore(helm): fix spell errors

This commit is contained in:
zhanghongtong 2022-01-04 16:23:20 +08:00
parent b769d24ff4
commit 0152adfceb
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -66,10 +66,10 @@ emqxConfig:
## if EMQX_CLUSTER__K8S__ADDRESS_TYPE eq dns
# 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:
## kubectl create secret generic emqx-license-secret-name --from-file=/path/to/emqx.lic
emqxLicneseSecretName:
emqxLicenseSecretName:
service:
## Service type