From c015583bf2881cda6381f71bba4e1e3ec9b687e1 Mon Sep 17 00:00:00 2001 From: ashishkf <74931069+ashishkf@users.noreply.github.com> Date: Tue, 23 May 2023 22:16:12 -0700 Subject: [PATCH] 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[])` --- helm/oauth2-proxy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/values.yaml b/helm/oauth2-proxy/values.yaml index 5ec29dab..5fda87e6 100644 --- a/helm/oauth2-proxy/values.yaml +++ b/helm/oauth2-proxy/values.yaml @@ -259,7 +259,7 @@ httpScheme: http htpasswdFile: enabled: false existingSecret: "" - entries: {} + entries: [] # One row for each user # example: # entries: