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
|
name: argo-app-test
|
||||||
labels:
|
labels:
|
||||||
purpose: dev
|
purpose: dev
|
||||||
annotations:
|
|
||||||
argocd.argoproj.io/sync-wave: "2"
|
|
||||||
spec:
|
spec:
|
||||||
forProvider:
|
forProvider:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue