Skip to content

Commit 7a981cb

Browse files
fix(helm): 🐛 fix METRICS_SCRAPE_INTERVAL
Signed-off-by: Mario Vejlupek <mario@vejlupek.cz>
1 parent 1edfa46 commit 7a981cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
{{- end }}
4040

4141
- name: METRICS_SCRAPE_INTERVAL
42-
value: {{ .Values.metrics_scrape_interval }}
42+
value: "{{ .Values.serviceMonitor.interval }}"
4343
- name: AWS_ACCESS_KEY_ID
4444
valueFrom:
4545
secretKeyRef:

0 commit comments

Comments
 (0)