Skip to content

Commit e900b47

Browse files
committed
fix coalesce warning
Helm complains when coasescing objects of two different types, such as from the default list to map Signed-off-by: TheRealNoob <[email protected]> Signed-off-by: TheRealNoob <[email protected]>
1 parent 6f542b2 commit e900b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/dex/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ networkPolicy:
344344
# -- extra objects to deploy
345345
# extraObjects can be of type map or slice. If slice, keys are ignored and only values are used.
346346
# items contained within extraObjects can be defined as dict or string and are passed through tpl.
347-
extraObjects: []
347+
extraObjects: null
348348
# - apiVersion: v1
349349
# kind: Secret
350350
# type: Opaque

0 commit comments

Comments
 (0)