Skip to content

Commit c015583

Browse files
authored
Set the default value of entries to empty list
Without this helm list gives the following warnings: `coalesce.go:199: warning: cannot overwrite table with non table for entries (map[]) coalesce.go:199: warning: cannot overwrite table with non table for entries (map[]) coalesce.go:199: warning: cannot overwrite table with non table for entries (map[]) coalesce.go:199: warning: cannot overwrite table with non table for entries (map[]) coalesce.go:199: warning: cannot overwrite table with non table for entries (map[])`
1 parent 92e6d22 commit c015583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ httpScheme: http
259259
htpasswdFile:
260260
enabled: false
261261
existingSecret: ""
262-
entries: {}
262+
entries: []
263263
# One row for each user
264264
# example:
265265
# entries:

0 commit comments

Comments
 (0)