File tree 3 files changed +28
-2
lines changed
3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : crds
5
+ namespace : argocd
6
+ spec :
7
+ project : default
8
+ source :
9
+ repoURL : https://github.com/prometheus-community/helm-charts.git
10
+ path : charts/kube-prometheus-stack/crds/
11
+ targetRevision : kube-prometheus-stack-46.6.0
12
+ directory :
13
+ recurse : true
14
+ destination :
15
+ server : https://kubernetes.default.svc
16
+ namespace : monitoring
17
+ syncPolicy :
18
+ automated :
19
+ prune : true
20
+ selfHeal : true
21
+ syncOptions :
22
+ - Replace=true
Original file line number Diff line number Diff line change @@ -2,14 +2,18 @@ apiVersion: argoproj.io/v1alpha1
2
2
kind : Application
3
3
metadata :
4
4
name : prom
5
- namespace : argocd
5
+ namespace : argocd
6
6
spec :
7
+ destination :
8
+ namespace : monitoring
9
+ server : https://kubernetes.default.svc
7
10
project : default
8
11
source :
9
12
chart : kube-prometheus-stack
10
13
repoURL : https://prometheus-community.github.io/helm-charts
11
14
targetRevision : 46.6.0
12
15
helm :
16
+ skipCrds : true
13
17
values : |
14
18
prometheus:
15
19
prometheusSpec:
Original file line number Diff line number Diff line change 1
1
namespace = " argocd"
2
- cluster_name = " kind-demo "
2
+ cluster_name = " kind-devopsdays "
You can’t perform that action at this time.
0 commit comments