fix: serve console env from os (not statik) (#187)

* fix: serve console env from os (not statik)

* ZITADEL_CONSOLE_ENV_PATH for (local) overwrite possibility

* name EnvOverwritePath
This commit is contained in:
Livio Amstutz
2020-06-09 07:38:44 +02:00
committed by GitHub
parent c0f18832e7
commit 0da6dc1d66
4 changed files with 17 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ spec:
- name: zitadel-secret
mountPath: /secret
- name: console-config
mountPath: /app/console/dist/assets/environment.json
mountPath: /assets/environment.json
subPath: environment.json
imagePullSecrets:
- name: githubsecret