Skip to content

Commit e021c13

Browse files
committed
config: Prevent boolean from being treated as string by some library
1 parent c75bac6 commit e021c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config/sc-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ objectStorage:
8181
falco:
8282
## Falco alerting configuration.
8383
alerts:
84-
enabled: false # falco alerts will come from prometheus metrics
84+
enabled: false
85+
# falco alerts will come from prometheus metrics
8586
## supported: 'alertmanager', 'slack'.
8687
type: alertmanager
8788
priority: notice

0 commit comments

Comments
 (0)