containers name fix
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
app: {{ include "heimdall.name" . }}
|
||||
spec:
|
||||
containers:
|
||||
- name: heimdall
|
||||
- name: {{ include "heimdall.name" . }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
envFrom:
|
||||
|
||||
Reference in New Issue
Block a user