File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
testing/chainsaw/e2e/pgbackrest-restore/templates Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 3434 - name : repo1
3535 volume :
3636 volumeClaimSpec : ($volume)
37+ -
38+ description : >
39+ Wait for the cluster to come online
40+ assert :
41+ resource :
42+ apiVersion : v1
43+ kind : Pod
44+ metadata :
45+ labels :
46+ postgres-operator.crunchydata.com/cluster : original
47+ postgres-operator.crunchydata.com/data : postgres
48+ status :
49+ phase : Running
50+ (containerStatuses[?name == 'database']) :
51+ - name : database
52+ ready : true
3753
3854 -
3955 description : >
7187
7288 catch :
7389 - podLogs :
74- selector : (concat(' postgres-operator.crunchydata.com/cluster=', ' original') )
90+ selector : postgres-operator.crunchydata.com/cluster in ( original)
7591 tail : 50
92+ - describe :
93+ apiVersion : v1
94+ kind : Pod
95+ selector : postgres-operator.crunchydata.com/cluster in (original)
You can’t perform that action at this time.
0 commit comments