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