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 a13482e commit 187c069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/monitoring/victoria-metrics-stack/templates/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,3 @@ 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
2 changes: 2 additions & 0 deletions core/monitoring/victoria-metrics-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ experimentalDashboardsEnabled: false

vmsingle:
enabled: true
annotations:
helm.toolkit.fluxcd.io/driftDetection: disabled
spec:
retentionPeriod: "14"
replicaCount: 1
Expand Down

0 comments on commit 187c069

Please sign in to comment.