From df29f7255b8872736eafcc42944e322b860c7fb6 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 26 Feb 2025 14:44:10 +0100 Subject: syz-cluster: reorder kustomize resource order We must first set up Argo workflows and then the objects that depend on it. --- syz-cluster/overlays/common/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-cluster/overlays/common/kustomization.yaml b/syz-cluster/overlays/common/kustomization.yaml index c6ff1cb67..1b765f7e2 100644 --- a/syz-cluster/overlays/common/kustomization.yaml +++ b/syz-cluster/overlays/common/kustomization.yaml @@ -2,13 +2,13 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. resources: + - https://github.com/argoproj/argo-workflows/releases/download/v3.6.2/install.yaml - ../../controller - ../../dashboard - ../../series-tracker - ../../kernel-disk - ../../reporter - ../../workflow - - https://github.com/argoproj/argo-workflows/releases/download/v3.6.2/install.yaml - network-deny-all.yaml - network-policy-controller.yaml - network-policy-git-access.yaml -- cgit mrf-deployment