From 84d9cb18d7e37b859b9ec509b8a0a8c50a0be29f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 16 Feb 2026 18:50:35 +0200 Subject: [PATCH] Update app deployment of meteo --- charts/open-meteo-service/templates/app-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/open-meteo-service/templates/app-deployment.yaml b/charts/open-meteo-service/templates/app-deployment.yaml index b0baca0..2fc4960 100644 --- a/charts/open-meteo-service/templates/app-deployment.yaml +++ b/charts/open-meteo-service/templates/app-deployment.yaml @@ -21,6 +21,10 @@ spec: annotations: {{- toYaml .Values.podAnnotations | nindent 8 }} spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: {{ include "open-meteo-service.name" . }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"