Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/sn-platform-slim/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Define function for get authenticaiton secret
{{- define "pulsar.authSecret" }}
{{- if .Values.auth.authentication.enabled }}
{{- if and .Values.auth.oauth.enabled .Values.auth.oauth.brokerClientCredentialSecret }}
- mountPath: /mnt/secrets
- mountPath: /mnt/secrets/oauth
Comment thread
tuteng marked this conversation as resolved.
Comment thread
tuteng marked this conversation as resolved.
secretName: "{{ .Values.auth.oauth.brokerClientCredentialSecret }}"
{{- end }}
{{- if .Values.auth.authentication.jwt.enabled }}
Expand Down
Loading