From e386c95d10ab7e7e2be2379fda7a0e76d4c3cac0 Mon Sep 17 00:00:00 2001 From: Eugene Marchanka Date: Thu, 5 Sep 2024 17:37:23 -0400 Subject: [PATCH] Fix `daemonset` container name --- charts/dellhw_exporter/templates/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dellhw_exporter/templates/daemonset.yaml b/charts/dellhw_exporter/templates/daemonset.yaml index e6ca81c5..c15e1992 100644 --- a/charts/dellhw_exporter/templates/daemonset.yaml +++ b/charts/dellhw_exporter/templates/daemonset.yaml @@ -28,7 +28,7 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "dellhw_exporter.fullname" . }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"