Skip to content

Commit

Permalink
Support Kind for Test
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 8, 2023
1 parent 3b93be1 commit 434adc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions kind-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
3 changes: 2 additions & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: kuttl.dev/v1beta1
kind: TestSuite
startKIND: false
startKIND: true
kindConfig: "./kind-config.yaml"
crdDir: "./config/crd/bases"
testDirs:
- "./tests/e2e/"
Expand Down

0 comments on commit 434adc8

Please sign in to comment.