Add secret for oidc

This commit is contained in:
dvirlabs 2025-05-18 02:04:31 +03:00
parent ba462fe06a
commit 643ba160fe

View File

@ -42,7 +42,7 @@ server:
extraEnvironmentVars:
VAULT_ADDR: http://127.0.0.1:8200
VAULT_OIDC_CLIENT_SECRET: {{ .Values.oidc.clientSecret | quote }}
VAULT_OIDC_CLIENT_SECRET: ${VAULT_OIDC_CLIENT_SECRET}
ui:
enabled: true
@ -66,7 +66,3 @@ csi:
enabled: false
agent:
enabled: false
# Custom section for value injection
oidc:
clientSecret: ${VAULT_OIDC_CLIENT_SECRET}