Skip to content

Commit

Permalink
Fix env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Ivanov committed Sep 20, 2023
1 parent 35ce8d1 commit 6030024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/sdk-service/templates/worker/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ spec:
name: {{ .Values.reportingSecret }}
key: entitlement-id
- name: SDK_GCP_ENABLED
value: "true"
value: "TRUE"
- name: SDK_GCP_METRIC_ID
value: "time"
- name: SERVICE_NAME
value: "synthesized-sdk.endpoints.synthesized-marketplace-public.cloud.goog"
{{- range $key, $val := .Values.worker.env }}
- name: {{ $key }}
value: {{ $val | quote }}
Expand Down

0 comments on commit 6030024

Please sign in to comment.