1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Merge pull request #7947 from Budibase/fix/allow-plugin-bucket-name

adding plugin bucket name variable to chart
This commit is contained in:
Martin McKeaveney 2022-09-23 16:25:14 +01:00 committed by GitHub
commit 7392edd374
2 changed files with 4 additions and 0 deletions

View file

@ -78,6 +78,8 @@ spec:
key: objectStoreSecret
- name: MINIO_URL
value: {{ .Values.services.objectStore.url }}
- name: PLUGIN_BUCKET_NAME
value: {{ .Values.services.objectStore.pluginBucketName | default "plugins" | quote }}
- name: PORT
value: {{ .Values.services.apps.port | quote }}
{{ if .Values.services.worker.publicApiRateLimitPerSecond }}

View file

@ -77,6 +77,8 @@ spec:
key: objectStoreSecret
- name: MINIO_URL
value: {{ .Values.services.objectStore.url }}
- name: PLUGIN_BUCKET_NAME
value: {{ .Values.services.objectStore.pluginBucketName | default "plugins" | quote }}
- name: PORT
value: {{ .Values.services.worker.port | quote }}
- name: MULTI_TENANCY