Skip to content

Commit

Permalink
updates vmagent chart
Browse files Browse the repository at this point in the history
adds empty config
adds missing  -
#117
#116
  • Loading branch information
f41gh7 committed Mar 15, 2021
1 parent 0daad53 commit a5867a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: victoria-metrics-agent
description: Victoria Metrics Agent - collects metrics from various sources and stores them to VictoriaMetrics
version: 0.7.8
version: 0.7.9
appVersion: v1.55.1
4 changes: 3 additions & 1 deletion charts/victoria-metrics-agent/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ metadata:
labels: {{- include "chart.labels" . | nindent 4 }}
data:
scrape.yml: |
{{ toYaml .Values.config | nindent 4 }}
{{- with .Values.config }}
{{ . | toYaml | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit a5867a1

Please sign in to comment.