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

Add HTTP_MIGRATIONS to kubernetes environment

This commit is contained in:
Rory Powell 2022-01-27 10:53:26 +00:00
parent 758a8a023f
commit 76075e4295
2 changed files with 3 additions and 0 deletions

View file

@ -108,6 +108,8 @@ spec:
value: {{ .Values.globals.accountPortalApiKey | quote }}
- name: COOKIE_DOMAIN
value: {{ .Values.globals.cookieDomain | quote }}
- name: HTTP_MIGRATIONS
value: {{ .Values.globals.httpMigrations | quote }}
image: budibase/apps:{{ .Values.globals.appVersion }}
imagePullPolicy: Always
name: bbapps

View file

@ -99,6 +99,7 @@ globals:
accountPortalApiKey: ""
cookieDomain: ""
platformUrl: ""
httpMigrations: "0"
createSecrets: true # creates an internal API key, JWT secrets and redis password for you