Skip to content

Commit

Permalink
[Fix] fix oidc keys value (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: mprudnikov <[email protected]>
  • Loading branch information
mprudnikov3 and mprudnikov authored Jan 27, 2025
1 parent 3209afc commit bc152b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keys/templates/helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
name: {{ include "keys.secret.deploys.name" . }}
key: signPrivateKey
{{- end }}
{{- if .Values.featureFlags.enableOIDC }}
{{- if .Values.api.oidc.enable }}
- name: KEYS_OIDC_ENDPOINT
value: "{{ required "A valid .Values.api.oidc.url required" .Values.api.oidc.url }}"
- name: KEYS_OIDC_CLIENT_TIMEOUT
Expand Down

0 comments on commit bc152b0

Please sign in to comment.