This commit is contained in:
2020-03-05 15:23:56 +01:00
parent 28f5fcb9e1
commit e0d1d88279
2 changed files with 2 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ spec:
command: ["kubectl"]
args:
- "delete"
- "--ignore-not-found"
- "-f"
- "$(inputs.resources.git-source.path)/deploy.yaml"
---