fix chart
This commit is contained in:
parent
130504bbb0
commit
6fc5c72dd2
|
|
@ -1,4 +1,3 @@
|
||||||
{{ if .Values.rbac.create }}
|
|
||||||
apiVersion: apiextensions.k8s.io/v1beta1
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -66,4 +65,3 @@ spec:
|
||||||
description: "List of users who will also be added to the Postgres cluster"
|
description: "List of users who will also be added to the Postgres cluster"
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
{{ end }}
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
registry: registry.opensource.zalan.do
|
registry: registry.opensource.zalan.do
|
||||||
repository: acid/postgres-operator
|
repository: acid/postgres-operator
|
||||||
tag: v1.5.0
|
tag: v1.5.0-61-ged2b3239-dirty
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
# Optionally specify an array of imagePullSecrets.
|
# Optionally specify an array of imagePullSecrets.
|
||||||
|
|
@ -247,6 +247,9 @@ configTeamsApi:
|
||||||
|
|
||||||
# operator watches for PostgresTeam CRs to assign additional teams and members to clusters
|
# operator watches for PostgresTeam CRs to assign additional teams and members to clusters
|
||||||
enable_postgres_team_crd: "true"
|
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
|
# toggle to grant superuser to team members created from the Teams API
|
||||||
# enable_team_superuser: "false"
|
# enable_team_superuser: "false"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue