Skip to content

Commit cf2dd64

Browse files
committed
Update Helm chart CRD
Signed-off-by: Stephan Austermühle <[email protected]>
1 parent baa28b9 commit cf2dd64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

charts/postgres-operator/crds/operatorconfigurations.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
name: operatorconfigurations.acid.zalan.do
5-
labels:
6-
app.kubernetes.io/name: postgres-operator
75
spec:
86
group: acid.zalan.do
97
names:
@@ -311,6 +309,11 @@ spec:
311309
pod_terminate_grace_period:
312310
type: string
313311
default: "5m"
312+
pod_fs_group_change_policy:
313+
type: string
314+
enum:
315+
- OnRootMismatch
316+
- Always
314317
secret_name_template:
315318
type: string
316319
default: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"

0 commit comments

Comments
 (0)