Skip to content

Commit

Permalink
Merge pull request #1830 from mborsz/patch-28
Browse files Browse the repository at this point in the history
Actually delete configmaps and secrets
  • Loading branch information
k8s-ci-robot authored Jun 10, 2021
2 parents e722daa + 2323bf7 commit 167ee4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clusterloader2/testing/load/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ steps:
actionName: delete
tuningSet: Global100qps
namespaces: {{$namespaces}}
bigDeploymentsPerNamespace: {{$bigDeploymentsPerNamespace}}
mediumDeploymentsPerNamespace: {{$mediumDeploymentsPerNamespace}}
smallDeploymentsPerNamespace: {{$smallDeploymentsPerNamespace}}
bigDeploymentsPerNamespace: 0
mediumDeploymentsPerNamespace: 0
smallDeploymentsPerNamespace: 0

- name: Deleting PriorityClass for DaemonSets
phases:
Expand Down

0 comments on commit 167ee4f

Please sign in to comment.