Skip to content

Commit e686deb

Browse files
committed
fix name conflict, sync options
1 parent 8da35dc commit e686deb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ci/cluster/equinix/argo-automation.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: github-arc
4+
name: cncf-arc
55
namespace: argocd
66
annotations:
77
argocd.argoproj.io/sync-wave: "2"
88
spec:
99
syncPolicy:
1010
automated:
1111
prune: true
12-
selfHeal: true
1312
project: default
1413
destination:
1514
server: https://kubernetes.default.svc
@@ -49,13 +48,11 @@ metadata:
4948
argocd.argoproj.io/sync-wave: "3"
5049
spec:
5150
syncPolicy:
52-
automated:
53-
prune: true
54-
selfHeal: true
51+
automated: {}
5552
project: default
5653
destination:
5754
server: https://kubernetes.default.svc
58-
namespace: github-arc
55+
namespace: arc-systems
5956
sources:
6057
- repoURL: https://github.com/cncf/automation.git
6158
path: ci/cluster/equinix/runners/

0 commit comments

Comments
 (0)