30 lines
665 B
YAML
30 lines
665 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: victoria-metrics-crds
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "-2"
|
|
spec:
|
|
project: default
|
|
destination:
|
|
namespace: victoria-metrics
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: https://victoriametrics.github.io/helm-charts/
|
|
chart: victoria-metrics-operator-crds
|
|
targetRevision: 0.9.0
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- Replace=true
|
|
retry:
|
|
limit: 3
|
|
backoff:
|
|
duration: 10s
|
|
factor: 2
|
|
maxDuration: 1m
|