Template the SCRIPTING_ENV env in Hub pod (Helm)

This commit is contained in:
M. Mert Yildiran 2023-06-19 01:46:51 +03:00
parent 646da4810d
commit 836b87d517
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ spec:
- name: LICENSE
value: '{{ .Values.license }}'
- name: SCRIPTING_ENV
value: '{}'
value: '{{ .Values.scripting.env | toJson }}'
- name: SCRIPTING_SCRIPTS
value: '[]'
- name: AUTH_APPROVED_DOMAINS

View File

@ -60,6 +60,7 @@ dumplogs: false
headless: false
license: ""
scripting:
env: {}
env:
EXAMPLE: VALUE
source: ""
watchScripts: true