🔨 Add SENTRY_ENABLED key to configmap

This commit is contained in:
tiptophelmet 2024-09-09 19:57:14 +03:00
parent c10bd2fe24
commit c27cf0b159

View File

@ -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" }}'