File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
setup/helm/operator/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ configuration:
111111 # key: db-only
112112 # operator: Exists
113113 # effect: NoSchedule
114- watched_namespace : {{ .Values.operatorSettings.watched_namespace | default * }}
114+ watched_namespace : " * "
115115 postgres_pod_resources :
116116 default_cpu_limit : " 1"
117117 default_cpu_request : 100m
@@ -171,9 +171,9 @@ configuration:
171171 debug_logging : true
172172 enable_database_access : true
173173 teams_api :
174- # enable_admin_role_for_users: true
175- # enable_postgres_team_crd: false
176- # enable_postgres_team_crd_superusers: false
174+ enable_admin_role_for_users : false
175+ enable_postgres_team_crd : false
176+ enable_postgres_team_crd_superusers : false
177177 enable_team_member_deprecation : false
178178 enable_team_superuser : false
179179 enable_teams_api : false
You can’t perform that action at this time.
0 commit comments