From 31845ea0452aa1683bab61a4fd7667fddeaa6bd9 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Sun, 24 Nov 2024 16:12:55 +0100 Subject: [PATCH] Removed second-cluster sync waves --- .../create-new-cluster-guestbook/argocluster.yaml | 2 -- .../second-cluster/create-new-cluster-guestbook/guestbook.yaml | 2 -- .../create-new-cluster-guestbook/kindcluster.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml b/kind/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml index 40773ed..22aa6be 100644 --- a/kind/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml +++ b/kind/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml @@ -4,8 +4,6 @@ metadata: name: argo-app-test labels: purpose: dev - annotations: - argocd.argoproj.io/sync-wave: "2" spec: forProvider: config: diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml b/kind/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml index a373e8b..39f661c 100644 --- a/kind/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml +++ b/kind/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml @@ -3,8 +3,6 @@ kind: Application metadata: name: argo-second-cluster-demo namespace: argocd - annotations: - argocd.argoproj.io/sync-wave: "3" spec: destination: namespace: jojo diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml b/kind/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml index 71d99e7..796b866 100644 --- a/kind/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml +++ b/kind/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml @@ -2,8 +2,6 @@ apiVersion: container.kind.crossplane.io/v1alpha1 kind: KindCluster metadata: name: argo-app-test - annotations: - argocd.argoproj.io/sync-wave: "1" spec: forProvider: kindConfig: |