Skip to content

Commit

Permalink
apply on sn-platform chart
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <ericshenyuhao@outlook.com>
  • Loading branch information
ericsyh committed Dec 24, 2024
1 parent ae2bd61 commit 559e9ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ spec:
- name: JWT_BROKER_TOKEN_MODE
value: SECRET
- name: JWT_BROKER_SECRET_KEY_PATH
value: {{ "/pulsar-manager/keys/" }} + {{ .Values.streamnative_console.login.sso.pulsarJwt.config.JWT_BROKER_SECRET_KEY_PATH | default "token/secret.key" }}
value: {{ "/pulsar-manager/keys" }}/{{ .Values.streamnative_console.login.sso.pulsarJwt.config.JWT_BROKER_SECRET_KEY_FILE | default "token/secret.key" }}
{{- end }}
{{- end }}
{{- if or .Values.auth.vault.enabled .Values.streamnative_console.login.sso.google.enabled .Values.streamnative_console.login.sso.azure.enabled .Values.streamnative_console.login.sso.okta.enabled .Values.streamnative_console.login.sso.pulsarJwt.enabled }}
Expand Down Expand Up @@ -294,7 +294,7 @@ spec:
{{- end }}
{{- if eq .Values.streamnative_console.login.sso.pulsarJwt.config.JWT_BROKER_TOKEN_MODE "SECRET" }}
- key: SECRETKEY
path: {{ .Values.streamnative_console.login.sso.pulsarJwt.config.JWT_BROKER_SECRET_KEY_PATH | default "token/secret.key" }}
path: {{ .Values.streamnative_console.login.sso.pulsarJwt.config.JWT_BROKER_SECRET_KEY_FILE | default "token/secret.key" }}
secretName: {{ .Values.streamnative_console.login.sso.pulsarJwt.config.JWT_BROKER_SECRET_KEY }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 559e9ec

Please sign in to comment.