mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Use chart name for container name
This commit is contained in:
parent
156d706dd1
commit
8527f2f96c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue