Skip to content

Commit 1682caa

Browse files
author
matthias
committed
new image tag
1 parent 686015f commit 1682caa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/helm/operator/templates/postgresql-operator-configuration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)