Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshg committed Dec 13, 2023
1 parent c8ee94f commit 9bb4604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/operator-wandb/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies:
version: 0.1.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.1.5
version: 18.5.0
- name: otel
repository: file://charts/otel
version: 0.1.0
digest: sha256:d6f7dbed1f8fcbbd34d18b0911891fb27eeef0021092b69ea35e7ca5dcede038
generated: "2023-10-16T19:07:10.090393-04:00"
digest: sha256:1a791886c94fddf6ab6c07d4edb21ef4bfad24655fc14c37ca098b203614d114
generated: "2023-12-13T19:42:43.401616948Z"
6 changes: 3 additions & 3 deletions charts/operator-wandb/charts/app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ spec:

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


{{- if and .Values.global .Values.global.observability }}
{{- if eq (default "custom" .Values.global.observability.mode) "otel" }}
- name: GORILLA_STATSD_PORT
value: "8125"
- name: GORILLA_STATSD_HOST
value: "0.0.0.0"
{{- end }}
- name: FOO_DEC_13
value: "BAR_DEC_13"
{{- end }}

- name: BUCKET
value: "{{ include "app.bucket" . }}"
Expand Down

0 comments on commit 9bb4604

Please sign in to comment.