Skip to content

Commit 2f558c4

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

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:
@@ -308,6 +306,11 @@ spec:
308306
pod_terminate_grace_period:
309307
type: string
310308
default: "5m"
309+
pod_fs_group_change_policy:
310+
type: string
311+
enum:
312+
- OnRootMismatch
313+
- Always
311314
secret_name_template:
312315
type: string
313316
default: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"

0 commit comments

Comments
 (0)