File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : guestbook-dev
5+ namespace : argocd
6+ spec :
7+ project : default
8+ destination :
9+ server : https://kubernetes.default.svc
10+ namespace : guestbook-dev
11+ sourceHydrator :
12+ drySource :
13+ repoURL : https://github.com/nitishfy/rendered-manifest-pattern,git
14+ path : guestbook
15+ targetRevision : HEAD
16+ helm :
17+ valueFiles :
18+ - environments/dev-values.yaml
19+ releaseName : guestbook-dev
20+ syncSource :
21+ targetBranch : environments/dev
22+ path : guestbook
23+ syncPolicy :
24+ automated :
25+ prune : true
26+ selfHeal : true
27+ syncOptions :
28+ - CreateNamespace=true
Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : guestbook-prod
5+ namespace : argocd
6+ spec :
7+ project : default
8+ destination :
9+ server : https://kubernetes.default.svc
10+ namespace : guestbook-prod
11+ sourceHydrator :
12+ drySource :
13+ repoURL : https://github.com/nitishfy/rendered-manifest-pattern,git
14+ path : guestbook
15+ targetRevision : HEAD
16+ helm :
17+ valueFiles :
18+ - environments/prod-values.yaml
19+ releaseName : guestbook-prod
20+ syncSource :
21+ targetBranch : environments/prod
22+ path : guestbook
23+ syncPolicy :
24+ automated :
25+ prune : true
26+ selfHeal : true
27+ syncOptions :
28+ - CreateNamespace=true
Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : Application
3+ metadata :
4+ name : guestbook-staging
5+ namespace : argocd
6+ spec :
7+ project : default
8+ destination :
9+ server : https://kubernetes.default.svc
10+ namespace : guestbook-staging
11+ sourceHydrator :
12+ drySource :
13+ repoURL : https://github.com/nitishfy/rendered-manifest-pattern,git
14+ path : guestbook
15+ targetRevision : HEAD
16+ helm :
17+ valueFiles :
18+ - environments/staging-values.yaml
19+ releaseName : guestbook-staging
20+ syncSource :
21+ targetBranch : environments/staging
22+ path : guestbook
23+ syncPolicy :
24+ automated :
25+ prune : true
26+ selfHeal : true
27+ syncOptions :
28+ - CreateNamespace=true
You can’t perform that action at this time.
0 commit comments