From b7cbf1aa7ad35cc631343e456ff19574eec3f53e Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Tue, 29 Aug 2023 10:52:38 -0400 Subject: [PATCH] correctly set session length --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/charts/app/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 5a2f37e8..2e27476a 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.4.3 +version: 0.4.4 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 263ecc81..45960886 100644 --- a/charts/operator-wandb/charts/app/templates/deployment.yaml +++ b/charts/operator-wandb/charts/app/templates/deployment.yaml @@ -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 }}