Commit e4ecf8ac authored by Geoff Simmons's avatar Geoff Simmons

Add the regression test for deleting a TLS Secret to the CI pipeline.

parent 9cd41fab
......@@ -267,6 +267,14 @@ example:externalname
- ./verify.sh
- ./undeploy.sh
regression:tls:delete-secret
extends: .integration-tests
script:
- cd e2e/deleteTLSSecret
- ./deploy.sh
- ./verify.sh
- ./undeploy.sh
.integration-tests:
needs: ["build:controller"]
stage: e2e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment