Skip to content

Commit

Permalink
primary-site: update env vars in stream server chart to match latest …
Browse files Browse the repository at this point in the history
…change
  • Loading branch information
james-rms committed Sep 2, 2024
1 parent 4468985 commit b512649
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ spec:
value: "{{ .Values.globals.aws.region }}"
- name: AWS_SDK_LOAD_CONFIG
value: "true"
- name: STORAGE_PROVIDER
- name: LAKE_STORAGE_PROVIDER
value: "{{ .Values.globals.lake.storageProvider }}"
- name: INBOX_STORAGE_PROVIDER
value: "{{ .Values.globals.inbox.storageProvider }}"
- name: STORAGE_INBOX_BUCKET_NAME
value: "{{ .Values.globals.inbox.bucketName }}"
- name: STORAGE_AZURE_STORAGE_ACCOUNT_NAME
value: "{{ .Values.globals.azure.storageAccountName }}"
- name: STORAGE_AZURE_SERVICE_URL
Expand Down

0 comments on commit b512649

Please sign in to comment.