CI: Fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s

This commit is contained in:
2026-02-19 13:21:14 +01:00
parent ffa77564a8
commit c7e53bceef

View File

@@ -40,10 +40,10 @@ spec:
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- with .Values.env.name }}
{{- if .Values.env.name }}
envFrom:
- secretRef:
name: {{ . }}
name: {{ .Values.env.name }}
{{- end }}
ports:
- name: http