mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-04-28 03:52:23 +00:00
🔨 Add SCRIPTING_ACTIVATE_ON_CREATION
config
This commit is contained in:
parent
30c9ddd93e
commit
9bdc77c754
@ -14,6 +14,7 @@ data:
|
||||
STOPPED: '{{ .Values.tap.stopped | ternary "true" "false" }}'
|
||||
SCRIPTING_SCRIPTS: '{}'
|
||||
SCRIPTING_ACTIVE_SCRIPTS: '{{ gt (len .Values.scripting.active) 0 | ternary (join "," .Values.scripting.active) "" }}'
|
||||
SCRIPTING_ACTIVATE_ON_CREATION: '{{ .Values.scripting.activateOnCreation | ternary "true" "false" }}'
|
||||
INGRESS_ENABLED: '{{ .Values.tap.ingress.enabled }}'
|
||||
INGRESS_HOST: '{{ .Values.tap.ingress.host }}'
|
||||
PROXY_FRONT_PORT: '{{ .Values.tap.proxy.front.port }}'
|
||||
|
Loading…
Reference in New Issue
Block a user