Skip to content

Commit 11e9c6c

Browse files
committed
Add assert to KUTTL
1 parent 3e24547 commit 11e9c6c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

testing/kuttl/e2e/additional-volumes/files/00-cluster-created.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ apiVersion: v1
1313
kind: Service
1414
metadata:
1515
name: additional-vols-primary
16+
---
17+
apiVersion: v1
18+
kind: PersistentVolumeClaim
19+
metadata:
20+
name: additional-vol
21+
status:
22+
phase: Bound
23+
---
24+
apiVersion: v1
25+
kind: PersistentVolumeClaim
26+
metadata:
27+
name: additional-vol-2
28+
status:
29+
phase: Bound

0 commit comments

Comments
 (0)