mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-22 18:47:02 +00:00
🦺 Add fallback value for REACT_APP_SCRIPTING_DISABLED
env
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user