Skip to content

Commit

Permalink
Fix plot-navigator for embargo_new.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctslater committed Nov 6, 2024
1 parent 8819e62 commit 311aaf8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
secretKeyRef:
name: {{ include "plot-navigator.fullname" . }}
key: S3_SECRET
- name: CM_ARQ_REDIS_PASSWORD
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: redis-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
secretKeyRef:
name: {{ include "plot-navigator.fullname" . }}
key: S3_SECRET
- name: CM_ARQ_REDIS_PASSWORD
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: redis-secret
Expand Down
1 change: 1 addition & 0 deletions applications/plot-navigator/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ productionTools:
PGUSER: "rubin"
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/butler/secrets/aws-credentials.ini"
S3_ENDPOINT_URL: "https://s3dfrgw.slac.stanford.edu"
LSST_RESOURCES_S3_PROFILE_embargo: "https://sdfembs3.sdf.slac.stanford.edu"
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
Expand Down
3 changes: 2 additions & 1 deletion applications/plot-navigator/values-usdfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ config:
productionTools:
image:
repository: ghcr.io/lsst-dm/production_tools
tag: 0.1
tag: 0.1.1
env:
DAF_BUTLER_REPOSITORY_INDEX: "/sdf/group/rubin/shared/data-repos.yaml"
PGPASSFILE: "/opt/lsst/butler/secrets/postgres-credentials.txt"
PGUSER: "rubin"
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/butler/secrets/aws-credentials.ini"
S3_ENDPOINT_URL: "https://s3dfrgw.slac.stanford.edu"
LSST_RESOURCES_S3_PROFILE_embargo: "https://sdfembs3.sdf.slac.stanford.edu"
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
Expand Down
3 changes: 2 additions & 1 deletion applications/plot-navigator/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ config:
productionTools:
image:
repository: ghcr.io/lsst-dm/production_tools
tag: 0.1
tag: 0.1.1
env:
DAF_BUTLER_REPOSITORY_INDEX: "/sdf/group/rubin/shared/data-repos.yaml"
PGPASSFILE: "/opt/lsst/butler/secrets/postgres-credentials.txt"
PGUSER: "rubin"
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/butler/secrets/aws-credentials.ini"
S3_ENDPOINT_URL: "https://s3dfrgw.slac.stanford.edu"
LSST_RESOURCES_S3_PROFILE_embargo: "https://sdfembs3.sdf.slac.stanford.edu"
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
Expand Down

0 comments on commit 311aaf8

Please sign in to comment.