feat(victoria-metrics): comment out victoria-metrics CRDs configuration in yaml file
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
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
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user