Skip to content

Commit

Permalink
delete keda after test is done
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Mar 25, 2024
1 parent 48d7921 commit a995090
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/chainsaw/testmetrics/metrics-keda/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ spec:
template: true
- assert:
file: deployment.yaml
- script:
content: |
kubectl delete -f https://github.com/kedacore/keda/releases/download/v2.13.0/keda-2.13.0.yaml
- wait:
timeout: 1m
apiVersion: v1
kind: Pod
namespace: keda
selector: name=keda-operator
for:
deletion: {}
catch:
- podLogs:
selector: app=podtato-head
Expand Down

0 comments on commit a995090

Please sign in to comment.