21 lines
495 B
YAML
21 lines
495 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus-scrape-secret
|
|
namespace: argocd
|
|
spec:
|
|
project: observability
|
|
source:
|
|
repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
|
targetRevision: HEAD
|
|
path: manifests/prometheus-scrape-secret
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|