Skip to content

Commit

Permalink
Also set gorilla license
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Sep 1, 2023
1 parent 674a92a commit 3c6f236
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.7.2
version: 0.7.3
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
6 changes: 6 additions & 0 deletions charts/operator-wandb/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ spec:
name: {{ include "app.fullname" . }}-config
key: LICENSE
optional: true
- name: GORILLA_LICENSE
valueFrom:
secretKeyRef:
name: {{ include "app.fullname" . }}-config
key: LICENSE
optional: true

- name: OIDC_SECRET
value: {{ .Values.global.auth.oidc.secret }}
Expand Down

0 comments on commit 3c6f236

Please sign in to comment.