Skip to content

Commit

Permalink
try global env var overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jun 20, 2024
1 parent bcb6c9f commit 0b4d6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .infra/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ global:
readinessProbe:
httpGet:
path: /cellxgene/health
env:
- name: HAYDEN_TEST
value: "global"
services:
explorer:
serviceAccount:
Expand Down
2 changes: 2 additions & 0 deletions .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ services:
value: rdev
- name: CXG_BUCKET_PATH
value: hosted-cellxgene-dev
- name: HAYDEN_TEST
value: "rdev"

0 comments on commit 0b4d6cc

Please sign in to comment.