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 dfe23be commit 2f558c4Copy full SHA for 2f558c4
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:
@@ -308,6 +306,11 @@ spec:
308
306
pod_terminate_grace_period:
309
307
type: string
310
default: "5m"
+ pod_fs_group_change_policy:
+ type: string
311
+ enum:
312
+ - OnRootMismatch
313
+ - Always
314
secret_name_template:
315
316
default: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"
0 commit comments