From e0d1d88279588d924c0ae595ae53f6a1d1a1d3cc Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Thu, 5 Mar 2020 15:23:56 +0100 Subject: [PATCH] rip --- manifests/full-pipeline.yaml | 1 + manifests/github-webhook-setup.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/full-pipeline.yaml b/manifests/full-pipeline.yaml index 5efb611..902888d 100644 --- a/manifests/full-pipeline.yaml +++ b/manifests/full-pipeline.yaml @@ -129,6 +129,7 @@ spec: command: ["kubectl"] args: - "delete" + - "--ignore-not-found" - "-f" - "$(inputs.resources.git-source.path)/deploy.yaml" --- diff --git a/manifests/github-webhook-setup.yaml b/manifests/github-webhook-setup.yaml index 4c498f7..4a3e783 100644 --- a/manifests/github-webhook-setup.yaml +++ b/manifests/github-webhook-setup.yaml @@ -90,4 +90,4 @@ spec: - name: ExternalDomain value: 35.233.93.220 timeout: 1000s - serviceAccount: service-acc + serviceAccountName: service-acc