Skip to content

Commit

Permalink
build: add gcp project as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Mar 2, 2024
1 parent 42ea280 commit 32d05ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ deployments:
env:
- name: ENVIRONMENT
value: "prd"
- name: GCP_PROJECT
value: "jasper-ginn-dagster"

# Additional environment variables can be retrieved and set from ConfigMaps. See:
# https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables
Expand Down

0 comments on commit 32d05ec

Please sign in to comment.