Skip to content

Commit

Permalink
Test 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Feb 13, 2021
1 parent 4b6fa2d commit 7a2eb4a
Show file tree
Hide file tree
Showing 4 changed files with 26,556 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/verify-1.2.0/00-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: kubectl apply --validate=false -f cert-manager/cert-manager.yaml
4 changes: 4 additions & 0 deletions test/e2e/verify-1.2.0/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
4 changes: 4 additions & 0 deletions test/e2e/verify-1.2.0/02-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: kubectl delete -f cert-manager/cert-manager.yaml
Loading

0 comments on commit 7a2eb4a

Please sign in to comment.