From 6065cbd85ffc150ddbde6c56c0717fd96494a897 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 26 Feb 2025 19:02:55 +0100 Subject: syz-cluster: add missing patch-argo-controller.yaml --- syz-cluster/overlays/common/kustomization.yaml | 1 - syz-cluster/overlays/common/patch-argo-controller.yaml | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 syz-cluster/overlays/common/patch-argo-controller.yaml diff --git a/syz-cluster/overlays/common/kustomization.yaml b/syz-cluster/overlays/common/kustomization.yaml index 813c4f89e..8c0ae3f85 100644 --- a/syz-cluster/overlays/common/kustomization.yaml +++ b/syz-cluster/overlays/common/kustomization.yaml @@ -17,7 +17,6 @@ resources: patches: - patch-argo-controller.yaml - patches: - target: kind: Deployment diff --git a/syz-cluster/overlays/common/patch-argo-controller.yaml b/syz-cluster/overlays/common/patch-argo-controller.yaml new file mode 100644 index 000000000..d79585dc1 --- /dev/null +++ b/syz-cluster/overlays/common/patch-argo-controller.yaml @@ -0,0 +1,13 @@ +# Copyright 2025 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + + +apiVersion: apps/v1 +kind: Deployment +metadata: + name: workflow-controller + namespace: argo +spec: + template: + spec: + serviceAccountName: argo-controller-ksa -- cgit mrf-deployment