From 6fc5c72dd27d22098e6267e98c760dd99b94ea91 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 26 Oct 2020 12:17:49 +0100 Subject: [PATCH] fix chart --- charts/postgres-operator/crds/postgresteams.yaml | 2 -- charts/postgres-operator/values.yaml | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/postgres-operator/crds/postgresteams.yaml b/charts/postgres-operator/crds/postgresteams.yaml index 0556058c2..4f2e74034 100644 --- a/charts/postgres-operator/crds/postgresteams.yaml +++ b/charts/postgres-operator/crds/postgresteams.yaml @@ -1,4 +1,3 @@ -{{ if .Values.rbac.create }} apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: @@ -66,4 +65,3 @@ spec: description: "List of users who will also be added to the Postgres cluster" items: type: string -{{ end }} diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index ce53a831a..28f0bd0ad 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -1,7 +1,7 @@ image: registry: registry.opensource.zalan.do repository: acid/postgres-operator - tag: v1.5.0 + tag: v1.5.0-61-ged2b3239-dirty pullPolicy: "IfNotPresent" # Optionally specify an array of imagePullSecrets. @@ -247,6 +247,9 @@ configTeamsApi: # operator watches for PostgresTeam CRs to assign additional teams and members to clusters enable_postgres_team_crd: "true" + # toogle to create additional superuser teams from PostgresTeam CRs + # enable_postgres_team_crd_superusers: "false" + # toggle to grant superuser to team members created from the Teams API # enable_team_superuser: "false"