Skip to content

Commit

Permalink
Merge branch 'master' into EliseCastle23-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Feb 13, 2025
2 parents ed8fd9d + cfb9406 commit 12cfd25
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kube/services/portal/portal-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,20 @@ spec:
name: global
key: mapbox_token
optional: true
- name: DATADOG_APPLICATION_ID
# Optional application ID for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_application_id
optional: true
- name: DATADOG_CLIENT_TOKEN
# Optional client token for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_client_token
optional: true
- name: DATA_UPLOAD_BUCKET
# S3 bucket name for data upload, for setting up CSP
GEN3_DATA_UPLOAD_BUCKET|-value: ""-|
Expand Down
14 changes: 14 additions & 0 deletions kube/services/portal/portal-root-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,20 @@ spec:
name: global
key: mapbox_token
optional: true
- name: DATADOG_APPLICATION_ID
# Optional application ID for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_application_id
optional: true
- name: DATADOG_CLIENT_TOKEN
# Optional client token for Datadog
valueFrom:
secretKeyRef:
name: portal-datadog-config
key: datadog_client_token
optional: true
- name: DATA_UPLOAD_BUCKET
# S3 bucket name for data upload, for setting up CSP
GEN3_DATA_UPLOAD_BUCKET|-value: ""-|
Expand Down

0 comments on commit 12cfd25

Please sign in to comment.