containers name fix

This commit is contained in:
2025-08-31 00:05:34 +02:00
parent d335eabf4f
commit 955f4e2f50
2 changed files with 2 additions and 2 deletions

View File

@@ -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: