Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update metricbeat/templates/deployment.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Russell <Crazybus@users.noreply.github.com>
  • Loading branch information
jmlrt and Crazybus authored May 18, 2020
1 parent 13b6865 commit 0be655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
imagePullPolicy: "{{ .Values.imagePullPolicy }}"
args:
{{- if .Values.metricbeatConfig }}
{{- if .Values.metricbeatConfig.kube-state-metrics-metricbeat.yml }}
- "-c"
- "/usr/share/metricbeat/kube-state-metrics-metricbeat.yml"
{{- end }}
Expand Down

0 comments on commit 0be655f

Please sign in to comment.