Commit 8527f2f9 authored by Vic Iglesias's avatar Vic Iglesias

Use chart name for container name

parent 156d706d
......@@ -106,7 +106,7 @@ spec:
app: {{ template "fullname" . }}
spec:
containers:
- name: nginx
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment