Skip to content

Commit

Permalink
Merge 2818217 into 1394135
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates authored Jan 23, 2025
2 parents 1394135 + 2818217 commit 2c558eb
Show file tree
Hide file tree
Showing 2 changed files with 4 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.24.1
version: 0.24.2
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
4 changes: 3 additions & 1 deletion charts/operator-wandb/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ spec:
# - name: PROXY_PASS_BACKEND_HOST
# value: "$({{.Release.Name | upper | replace "-" "_" }}_API_SERVICE_HOST):$({{.Release.Name | upper | replace "-" "_" }}_API_SERVICE_PORT)"
# {{- end }}
- name: GORILLA_GLUE_CONTAINER_PORT
value: "9173"
- name: BUCKET_ACCESS_KEY
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -212,7 +214,7 @@ spec:
optional: true
{{- end }}
{{- if ne .Values.global.auth.oidc.clientId "" }}
- name: OIDC_CLIENT_ID
- name: OIDC_CLIENT_ID
value: {{ .Values.global.auth.oidc.clientId }}
- name: OIDC_AUTH_METHOD
value: {{ .Values.global.auth.oidc.authMethod }}
Expand Down

0 comments on commit 2c558eb

Please sign in to comment.