forked from k-space/kube
15 lines
345 B
YAML
15 lines
345 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus-operator
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: 'git@git.k-space.ee:k-space/kube.git'
|
|
path: prometheus-operator
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: prometheus-operator
|