Skip to content

Commit da8b6a1

Browse files
committed
Fixed params
1 parent 6c503fc commit da8b6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sn-platform/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Define function for get authenticaiton secret
297297
{{- end }}
298298
{{- if .Values.auth.vault.enabled }}
299299
- mountPath: /mnt/vault
300-
secretName: {{ .Release.Name }}-sn-platform-vault-secret-env-injection
300+
secretName: {{ template "pulsar.fullname" . }}-vault-secret-env-injection
301301
{{- end }}
302302
{{- if .Values.auth.authentication.jwt.enabled }}
303303
{{- if and (eq .Component "proxy") .Values.auth.superUsers.proxyRolesEnabled }}

0 commit comments

Comments
 (0)