Skip to content

Commit c224e74

Browse files
Merge pull request #469 from lmiccini/fix-chainsaw-restore-cluster2-assert
Fix restore chainsaw test asserting wrong cluster name
2 parents 9cb3d88 + bfc8eba commit c224e74

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
apiVersion: mariadb.openstack.org/v1beta1
22
kind: Galera
33
metadata:
4-
name: openstack
4+
name: cluster2
55
status:
66
bootstrapped: true
7-
(conditions[0:1]):
8-
- type: Ready
9-
status: "True"
7+
conditions:
8+
- type: Ready
9+
status: "True"
10+
- type: DeploymentReady
11+
status: "True"
12+
---
13+
apiVersion: apps/v1
14+
kind: StatefulSet
15+
metadata:
16+
name: cluster2-galera
17+
status:
18+
availableReplicas: 1
19+
readyReplicas: 1
20+
replicas: 1
21+
---
22+
apiVersion: v1
23+
kind: Endpoints
24+
metadata:
25+
name: cluster2-galera

0 commit comments

Comments
 (0)