updating variable name
This commit is contained in:
parent
f45f7c296f
commit
d7c8f4ad25
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue