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 : ApplicationSet
3+ metadata :
4+ name : my-app-set
5+ namespace : argocd
6+ spec :
7+ goTemplate : true
8+ goTemplateOptions : ["missingkey=error"]
9+ generators :
10+ - list :
11+ elements :
12+ - name : dev
13+ - name : prod
14+ - name : staging
15+ template :
16+ metadata :
17+ name : ' my-app-set-{{.name}}'
18+ spec :
19+ project : default
20+ destination :
21+ name : in-cluster
22+ namespace : default
23+ sources :
24+ - repoURL : https://github.com/dag-andersen/argocd-diff-preview
25+ ref : local-files
26+ - path : examples/helm/charts/myApp
27+ repoURL : https://github.com/dag-andersen/argocd-diff-preview
28+ helm :
29+ valueFiles :
30+ - $local-files/examples/helm/values/my-app-set.yaml
Original file line number Diff line number Diff line change 1+ fullnameOverride : super-app-name
You can’t perform that action at this time.
0 commit comments