Skip to content

Commit 261e3db

Browse files
tutengclaude
andcommitted
fix: Resolve mountPath conflict when OIDC and JWT auth are both enabled
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 91c6375 commit 261e3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/sn-platform-slim/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Define function for get authenticaiton secret
345345
{{- define "pulsar.authSecret" }}
346346
{{- if .Values.auth.authentication.enabled }}
347347
{{- if and .Values.auth.oauth.enabled .Values.auth.oauth.brokerClientCredentialSecret }}
348-
- mountPath: /mnt/secrets
348+
- mountPath: /mnt/secrets/oauth
349349
secretName: "{{ .Values.auth.oauth.brokerClientCredentialSecret }}"
350350
{{- end }}
351351
{{- if .Values.auth.authentication.jwt.enabled }}

0 commit comments

Comments
 (0)