fix chart

This commit is contained in:
Felix Kunde 2020-10-26 12:17:49 +01:00
parent 130504bbb0
commit 6fc5c72dd2
2 changed files with 4 additions and 3 deletions

View File

@ -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 }}

View File

@ -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"