Skip to content

Commit

Permalink
Set the default value of entries to empty list
Browse files Browse the repository at this point in the history
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[])`
  • Loading branch information
ashishkf authored May 24, 2023
1 parent 92e6d22 commit c015583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ httpScheme: http
htpasswdFile:
enabled: false
existingSecret: ""
entries: {}
entries: []
# One row for each user
# example:
# entries:
Expand Down

0 comments on commit c015583

Please sign in to comment.