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 . $ }} 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"

View File

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