🦺 Add fallback value for REACT_APP_SCRIPTING_DISABLED env

This commit is contained in:
tiptophelmet 2024-08-08 14:15:10 +03:00
parent 6c32ea2d99
commit 32a098fabc

View File

@ -39,7 +39,7 @@ spec:
- name: REACT_APP_TIMEZONE
value: '{{ not (eq .Values.timezone "") | ternary .Values.timezone " " }}'
- name: REACT_APP_SCRIPTING_DISABLED
value: '{{ .Values.tap.scriptingDisabled }}'
value: '{{ .Values.tap.scriptingDisabled | ternary "true" "false" }}'
- name: REACT_APP_TARGETED_PODS_UPDATE_DISABLED
value: '{{ .Values.tap.targetedPodsUpdateDisabled | ternary "true" "false" }}'
- name: REACT_APP_BPF_OVERRIDE_DISABLED