Skip to content

Commit fa3c0b5

Browse files
committed
Fix the default WEBHOOK_ANNOTATIONS value
The literal value was a string with two double quotes which isn't valid JSON. This makes it an empty environment variable value by default. Signed-off-by: mprahl <[email protected]>
1 parent 9911a79 commit fa3c0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/base/params.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ DSPO_APISERVER_INCLUDE_OWNERREFERENCE=true
2222
MANAGEDPIPELINES="{}"
2323
PLATFORMVERSION="v0.0.0"
2424
FIPSENABLED=false
25-
WEBHOOK_ANNOTATIONS=""
25+
WEBHOOK_ANNOTATIONS=

0 commit comments

Comments
 (0)