diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index bed259c4..547b7147 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator-wandb description: A Helm chart for deploying W&B to Kubernetes type: application -version: 0.13.12 +version: 0.13.13 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/app/templates/deployment.yaml b/charts/operator-wandb/charts/app/templates/deployment.yaml index 3e66dc74..c543eccc 100644 --- a/charts/operator-wandb/charts/app/templates/deployment.yaml +++ b/charts/operator-wandb/charts/app/templates/deployment.yaml @@ -158,9 +158,11 @@ spec: - name: OIDC_CLIENT_ID value: {{ .Values.global.auth.oidc.clientId }} - name: OIDC_AUTH_METHOD - value: {{ .Values.global.auth.oidc.method }} + value: {{ .Values.global.auth.oidc.authMethod }} - name: OIDC_ISSUER value: {{ .Values.global.auth.oidc.issuer }} + - name: OIDC_CLIENT_SECRET + value: {{ .Values.global.auth.oidc.secret }} {{- end }} - name: GORILLA_SESSION_LENGTH