15 lines
338 B
YAML
15 lines
338 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
|
targetRevision: 27.50.0
|
|
chart: kube-prometheus-stack
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: prometheus
|