Update app deployment of meteo

This commit is contained in:
dvirlabs 2026-02-16 18:50:35 +02:00
parent d26c270283
commit 84d9cb18d7

View File

@ -21,6 +21,10 @@ spec:
annotations: annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }} {{- toYaml .Values.podAnnotations | nindent 8 }}
spec: spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers: containers:
- name: {{ include "open-meteo-service.name" . }} - name: {{ include "open-meteo-service.name" . }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"