diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-26 14:44:10 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-26 15:09:27 +0000 |
| commit | df29f7255b8872736eafcc42944e322b860c7fb6 (patch) | |
| tree | 4e06a22494891f4071abc8a30fee8588ba3d3867 | |
| parent | d24eb6a35a1d5f4564cf9ac9735b36f98f96f53d (diff) | |
syz-cluster: reorder kustomize resource order
We must first set up Argo workflows and then the objects that depend on
it.
| -rw-r--r-- | syz-cluster/overlays/common/kustomization.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
