We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa28b9 commit cf2dd64Copy full SHA for cf2dd64
charts/postgres-operator/crds/operatorconfigurations.yaml
@@ -2,8 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
2
kind: CustomResourceDefinition
3
metadata:
4
name: operatorconfigurations.acid.zalan.do
5
- labels:
6
- app.kubernetes.io/name: postgres-operator
7
spec:
8
group: acid.zalan.do
9
names:
@@ -311,6 +309,11 @@ spec:
311
309
pod_terminate_grace_period:
312
310
type: string
313
default: "5m"
+ pod_fs_group_change_policy:
+ type: string
314
+ enum:
315
+ - OnRootMismatch
316
+ - Always
317
secret_name_template:
318
319
default: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"
0 commit comments