aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-02-26 19:02:55 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-03-05 13:15:16 +0000
commit6065cbd85ffc150ddbde6c56c0717fd96494a897 (patch)
tree51c797b2f37d3dd67896548c834c17e01b35495e
parentdff1965dd5adf0193a9540716fe249adfa7171cd (diff)
syz-cluster: add missing patch-argo-controller.yaml
-rw-r--r--syz-cluster/overlays/common/kustomization.yaml1
-rw-r--r--syz-cluster/overlays/common/patch-argo-controller.yaml13
2 files changed, 13 insertions, 1 deletions
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