forked from DevFW-CICD/stacks
Removed second-cluster sync waves
This commit is contained in:
parent
e89c869d4e
commit
31845ea045
3 changed files with 0 additions and 6 deletions
|
@ -4,8 +4,6 @@ metadata:
|
|||
name: argo-app-test
|
||||
labels:
|
||||
purpose: dev
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "2"
|
||||
spec:
|
||||
forProvider:
|
||||
config:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue