File tree Expand file tree Collapse file tree 4 files changed +623
-0
lines changed Expand file tree Collapse file tree 4 files changed +623
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ finalizers :
5
+ - resources-finalizer.argocd.argoproj.io
6
+ name : app-of-apps
7
+ spec :
8
+ destination :
9
+ server : https://8163BB1F9F0C9E9CA97578A675922B13.yl4.eu-west-2.eks.amazonaws.com
10
+ namespace : argocd
11
+ project : default
12
+ source :
13
+ path : appsets
14
+ repoURL : " https://gitlab.com/dareyio-live/devops/gitops.git"
15
+ targetRevision : main
16
+ syncPolicy :
17
+ automated :
18
+ prune : true
19
+ selfHeal : true
20
+ syncOptions :
21
+ - CreateNamespace=true
Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : kube-state-metrics
5
+ namespace : argocd
6
+ spec :
7
+ project : default
8
+ sources :
9
+ - repoURL : ' https://charts.bitnami.com/bitnami'
10
+ chart : kube-state-metrics
11
+ targetRevision : 3.11.3
12
+ -
repoURL :
' [email protected] :dareyio/terraform-aws-pipeline.git'
13
+ targetRevision : main
14
+ ref : values
15
+
16
+ # chart: kube-state-metrics
17
+ # repoURL: https://charts.bitnami.com/bitnami
18
+ # targetRevision: 3.11.3
19
+ # helm:
20
+ # releaseName: kube-state-metrics
21
+ # valueFiles:
22
+ # - values-production.yaml
23
+ # destination:
24
+ # server: "https://kubernetes.default.svc"
25
+ # namespace: monitoring
Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : sealed-secrets
5
+ namespace : argocd
6
+ spec :
7
+ project : default
8
+ source :
9
+ chart : sealed-secrets
10
+ repoURL : https://bitnami-labs.github.io/sealed-secrets
11
+ targetRevision : 1.16.1
12
+ helm :
13
+ releaseName : sealed-secrets
14
+ valueFiles :
15
+ - values-production.yaml
16
+ destination :
17
+ server : " https://kubernetes.default.svc"
18
+ namespace : kubeseal
You can’t perform that action at this time.
0 commit comments