Skip to content

Commit 9195b97

Browse files
Jonathan S. Katzjkatz
authored andcommitted
Update "create by resource" example to match 4.3 CRD changes
1 parent 3afdb70 commit 9195b97

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

examples/create-by-resource/fromcrd.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"storagetype": "dynamic",
5858
"supplementalgroups": ""
5959
},
60+
"backrestResources": {},
6061
"ccpimage": "crunchy-postgres-ha",
6162
"ccpimagetag": "centos7-12.2-4.3.0",
6263
"clustername": "fromcrd",
@@ -66,17 +67,26 @@
6667
"name": "fromcrd",
6768
"namespace": "pgouser1",
6869
"nodename": "",
70+
"pgBouncerResources": {},
6971
"pgbadgerport": "10000",
70-
"podPodAntiAffinity": "",
72+
"podPodAntiAffinity": {
73+
"default": "preferred",
74+
"pgBackRest": "preferred",
75+
"pgBouncer": "preferred"
76+
},
7177
"policies": "",
7278
"port": "5432",
7379
"primaryhost": "fromcrd",
7480
"primarysecretname": "fromcrd-primaryuser-secret",
7581
"replicas": "0",
7682
"rootsecretname": "fromcrd-postgres-secret",
7783
"secretfrom": "",
84+
"shutdown": false,
85+
"standby": false,
7886
"status": "",
7987
"syncReplication": null,
88+
"tablespaceMounts": {},
89+
"tls": {},
8090
"user": "testuser",
8191
"userlabels": {
8292
"crunchy_collect": "false",

0 commit comments

Comments
 (0)