Skip to content

Commit

Permalink
fix: Fix missing SSO key
Browse files Browse the repository at this point in the history
fix: Fix missing SSO key
  • Loading branch information
flamarion authored Jan 29, 2024
1 parent bfbdaec commit 41f2b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.3.5
version: 0.3.6
appVersion: 0.49.0
icon: https://wandb.ai/logo.svg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/wandb/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
BUCKET: {{ .Values.bucket | b64enc }}
{{- end}}
{{- if .Values.sso.clientSecret }}
CLIENT_SECRET: {{ .Values.clientSecret | b64enc }}
CLIENT_SECRET: {{ .Values.sso.clientSecret | b64enc }}
{{- end}}
{{- if and .Values.ldap.enabled .Values.ldap.bindPW }}
LOCAL_LDAP_BIND_PW: {{ .Values.ldap.bindPW | b64enc }}
Expand Down

0 comments on commit 41f2b69

Please sign in to comment.