kube/argocd/applications/prometheus-operator.yml

15 lines
345 B
YAML
Raw Normal View History

2022-08-16 09:40:54 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2022-09-11 13:24:35 +00:00
name: prometheus-operator
2022-08-16 09:40:54 +00:00
namespace: argocd
spec:
project: default
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
2022-09-11 13:24:35 +00:00
path: prometheus-operator
2022-08-16 09:40:54 +00:00
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
2022-09-11 13:24:35 +00:00
namespace: prometheus-operator