|
@@ -74,9 +74,9 @@ spec:
|
|
|
secret:
|
|
secret:
|
|
|
secretName: {{ .Values.emqxLicenseSecretName }}
|
|
secretName: {{ .Values.emqxLicenseSecretName }}
|
|
|
{{- end }}
|
|
{{- end }}
|
|
|
- {{- if .Values.extraVolumes }}
|
|
|
|
|
- {{- toYaml .Values.extraVolumes | nindent 8 }}
|
|
|
|
|
- {{- end }}
|
|
|
|
|
|
|
+ {{- if .Values.extraVolumes }}
|
|
|
|
|
+ {{- toYaml .Values.extraVolumes | nindent 6 }}
|
|
|
|
|
+ {{- end }}
|
|
|
{{- if .Values.podSecurityContext.enabled }}
|
|
{{- if .Values.podSecurityContext.enabled }}
|
|
|
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
|
|
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
|
|
|
{{- end }}
|
|
{{- end }}
|
|
@@ -141,9 +141,9 @@ spec:
|
|
|
subPath: "emqx.lic"
|
|
subPath: "emqx.lic"
|
|
|
readOnly: true
|
|
readOnly: true
|
|
|
{{- end }}
|
|
{{- end }}
|
|
|
- {{- if .Values.extraVolumeMounts }}
|
|
|
|
|
- {{- toYaml .Values.extraVolumeMounts | nindent 12 }}
|
|
|
|
|
- {{- end }}
|
|
|
|
|
|
|
+ {{- if .Values.extraVolumeMounts }}
|
|
|
|
|
+ {{- toYaml .Values.extraVolumeMounts | nindent 10 }}
|
|
|
|
|
+ {{- end }}
|
|
|
readinessProbe:
|
|
readinessProbe:
|
|
|
httpGet:
|
|
httpGet:
|
|
|
path: /status
|
|
path: /status
|