Skip to content

Commit

Permalink
Pass env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Ivanov committed Sep 20, 2023
1 parent 1494f16 commit 35ce8d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/sdk-service/templates/worker/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
secretKeyRef:
name: {{ .Values.reportingSecret }}
key: entitlement-id
- name: SDK_GCP_ENABLED
value: "true"
- name: SDK_GCP_METRIC_ID
value: "time"
{{- range $key, $val := .Values.worker.env }}
- name: {{ $key }}
value: {{ $val | quote }}
Expand Down

0 comments on commit 35ce8d1

Please sign in to comment.