Skip to content

Commit

Permalink
fix: disable drift detection for vmsingle
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 1, 2023
1 parent e17c46c commit a13482e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/monitoring/victoria-metrics-stack/templates/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ spec:
- kind: ConfigMap
name: victoria-metrics-stack-values
valuesKey: values.yaml
postRenderers:
- kustomize:
patches:
- target:
apiVersion: operator.victoriametrics.com/v1beta1
kind: VMSingle
patch: |
- op: add
path: /metadata/annotations/helm.toolkit.fluxcd.io~1driftDetection
value: disabled

0 comments on commit a13482e

Please sign in to comment.