Skip to content

Commit

Permalink
add quote
Browse files Browse the repository at this point in the history
  • Loading branch information
klinch0 committed Jan 2, 2025
1 parent f4b3d7e commit ba61c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extra/monitoring/templates/vm/vmcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: {{ .name }}
spec:
replicationFactor: 2
retentionPeriod: {{ .retentionPeriod }}
retentionPeriod: {{ .retentionPeriod | quote }}
vminsert:
replicaCount: 2
resources:
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
extraArgs:
search.maxUniqueTimeseries: "600000"
vmalert.proxyURL: http://vmalert-{{ .name }}.{{ $.Release.Namespace }}.svc:8080
dedup.minScrapeInterval: {{ .deduplicationInterval }}
dedup.minScrapeInterval: {{ .deduplicationInterval | quote}}
cacheMountPath: /select-cache
storage:
volumeClaimTemplate:
Expand Down

0 comments on commit ba61c90

Please sign in to comment.