File tree Expand file tree Collapse file tree
gitops/argocd/applications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88spec :
99 project : default
1010 source :
11- repoURL : https ://github.com/micheal-ndoh/cloud -native.git
11+ repoURL : http ://gitea.gitea.svc.cluster.local:3000/michealndoh/Cloud -native-infra .git
1212 targetRevision : HEAD
1313 path : apps/app1
1414 destination :
Original file line number Diff line number Diff line change 2020 selfHeal : true
2121 syncOptions :
2222 - CreateNamespace=true
23- apiVersion : argoproj.io/v1alpha1
24- kind : Application
25- metadata :
26- name : monitoring
27- namespace : argocd
28- finalizers :
29- - resources-finalizer.argocd.argoproj.io
30- spec :
31- project : default
32- source :
33- repoURL : https://github.com/micheal-ndoh/cloud-native.git
34- targetRevision : HEAD
35- path : monitoring
36- destination :
37- server : https://kubernetes.default.svc
38- namespace : monitoring
39- syncPolicy :
40- automated :
41- prune : true
42- selfHeal : true
43- syncOptions :
44- - CreateNamespace=true
4523 retry :
4624 limit : 5
4725 backoff :
You can’t perform that action at this time.
0 commit comments