Skip to content

Commit ae0f188

Browse files
Merge pull request #470 from dciabrin/restore-test-fix
Revert condition checks in restore chainsaw test
2 parents c224e74 + cc81ad7 commit ae0f188

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

test/chainsaw/tests/restore/cluster2-1node-assert.yaml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ metadata:
44
name: cluster2
55
status:
66
bootstrapped: 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
7+
(conditions[0:1]):
8+
- type: Ready
9+
status: "True"

0 commit comments

Comments
 (0)