We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65987b5 commit ca0d53fCopy full SHA for ca0d53f
1 file changed
testing/chainsaw/e2e/pgbackrest-restore/templates/create-cluster.yaml
@@ -34,6 +34,22 @@ spec:
34
- name: repo1
35
volume:
36
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
53
54
-
55
description: >
@@ -74,3 +90,7 @@ spec:
74
90
- podLogs:
75
91
selector: postgres-operator.crunchydata.com/cluster in (original)
76
92
tail: 50
93
+ - describe:
94
95
96
+ selector: postgres-operator.crunchydata.com/cluster in (original)
0 commit comments