Removed second-cluster sync waves

This commit is contained in:
Richard Robert Reitz 2024-11-24 16:12:55 +01:00
parent e89c869d4e
commit 31845ea045
3 changed files with 0 additions and 6 deletions

View file

@ -4,8 +4,6 @@ metadata:
name: argo-app-test name: argo-app-test
labels: labels:
purpose: dev purpose: dev
annotations:
argocd.argoproj.io/sync-wave: "2"
spec: spec:
forProvider: forProvider:
config: config:

View file

@ -3,8 +3,6 @@ kind: Application
metadata: metadata:
name: argo-second-cluster-demo name: argo-second-cluster-demo
namespace: argocd namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "3"
spec: spec:
destination: destination:
namespace: jojo namespace: jojo

View file

@ -2,8 +2,6 @@ apiVersion: container.kind.crossplane.io/v1alpha1
kind: KindCluster kind: KindCluster
metadata: metadata:
name: argo-app-test name: argo-app-test
annotations:
argocd.argoproj.io/sync-wave: "1"
spec: spec:
forProvider: forProvider:
kindConfig: | kindConfig: |