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 }}"