Skip to content

Commit

Permalink
correctly set session length
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 29, 2023
1 parent 717e932 commit b7cbf1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.3
version: 0.4.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
value: {{ .Values.global.auth.oidc.issuer }}

- name: GORILLA_SESSION_LENGTH
value: "{{ .Values.global.auth.oidc.sessionLengthHours }}h"
value: "{{ .Values.global.auth.sessionLengthHours }}h"

- name: BUCKET
value: {{ .Values.global.storage.connectionString }}
Expand Down

0 comments on commit b7cbf1a

Please sign in to comment.