mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-23 04:31:32 +00:00
🔨 Add SENTRY_ENABLED
key to configmap
This commit is contained in:
parent
c10bd2fe24
commit
c27cf0b159
@ -49,4 +49,5 @@ data:
|
|||||||
ENABLED_DISSECTORS: '{{ gt (len .Values.tap.enabledDissectors) 0 | ternary (join "," .Values.tap.enabledDissectors) "" }}'
|
ENABLED_DISSECTORS: '{{ gt (len .Values.tap.enabledDissectors) 0 | ternary (join "," .Values.tap.enabledDissectors) "" }}'
|
||||||
DISSECTORS_UPDATING_ENABLED: '{{ .Values.dissectorsUpdatingEnabled | ternary "true" "false" }}'
|
DISSECTORS_UPDATING_ENABLED: '{{ .Values.dissectorsUpdatingEnabled | ternary "true" "false" }}'
|
||||||
DETECT_DUPLICATES: '{{ .Values.tap.misc.detectDuplicates | ternary "true" "false" }}'
|
DETECT_DUPLICATES: '{{ .Values.tap.misc.detectDuplicates | ternary "true" "false" }}'
|
||||||
|
SENTRY_ENABLED: '{{ .Values.sentryEnabled | ternary "true" "false" }}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user