Skip to content

Commit

Permalink
Fix daemonset container name
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-marchanka committed Sep 5, 2024
1 parent 7de162e commit e386c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dellhw_exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit e386c95

Please sign in to comment.