mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-06 04:48:40 +00:00
🦺 Add fallback value for REACT_APP_SCRIPTING_DISABLED
env
This commit is contained in:
parent
6c32ea2d99
commit
32a098fabc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user