1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

updating variable name

This commit is contained in:
Martin McKeaveney 2022-10-17 17:32:23 +01:00
parent f45f7c296f
commit d7c8f4ad25
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ spec:
- name: APPS_BUCKET_NAME
value: {{ .Values.services.objectStore.appsBucketName | default "apps" | quote }}
- name: GLOBAL_CLOUD_BUCKET_NAME
value: {{ .Values.services.objectStore.globalCloudBucketName | default "global" | quote }}
value: {{ .Values.services.objectStore.globalBucketName | default "global" | quote }}
- name: PORT
value: {{ .Values.services.apps.port | quote }}
{{ if .Values.services.worker.publicApiRateLimitPerSecond }}

View file

@ -82,7 +82,7 @@ spec:
- name: APPS_BUCKET_NAME
value: {{ .Values.services.objectStore.appsBucketName | default "apps" | quote }}
- name: GLOBAL_CLOUD_BUCKET_NAME
value: {{ .Values.services.objectStore.globalCloudBucketName | default "global" | quote }}
value: {{ .Values.services.objectStore.globalBucketName | default "global" | quote }}
- name: PORT
value: {{ .Values.services.worker.port | quote }}
- name: MULTI_TENANCY