Skip to content

Commit ad0978c

Browse files
committed
pipeline: Don't enable already enabled falco alerts
Due to how config_update() works, it sets the 'enabled' field to the *string* "true", not the boolean true, which upsets the schema. Since it is already enabled in wc-config by default, removing this is easier than fixing it.
1 parent e021c13 commit ad0978c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pipeline/init-unit-tests.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ if [[ "${CK8S_CLOUD_PROVIDER}" = "citycloud" ]]; then
5050
config_update "sc" ".objectStorage.swift.password" "unit-password"
5151
fi
5252

53-
config_update "wc" ".falco.alerts.enabled" "true"
5453
config_update "wc" ".objectStorage.s3.accessKey" "unit-accessKey"
5554
config_update "wc" ".objectStorage.s3.secretKey" "unit-secretKey"

0 commit comments

Comments
 (0)