We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c503fc commit da8b6a1Copy full SHA for da8b6a1
charts/sn-platform/templates/_helpers.tpl
@@ -297,7 +297,7 @@ Define function for get authenticaiton secret
297
{{- end }}
298
{{- if .Values.auth.vault.enabled }}
299
- mountPath: /mnt/vault
300
- secretName: {{ .Release.Name }}-sn-platform-vault-secret-env-injection
+ secretName: {{ template "pulsar.fullname" . }}-vault-secret-env-injection
301
302
{{- if .Values.auth.authentication.jwt.enabled }}
303
{{- if and (eq .Component "proxy") .Values.auth.superUsers.proxyRolesEnabled }}
0 commit comments