Update app deployment of meteo
This commit is contained in:
parent
d26c270283
commit
84d9cb18d7
@ -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 }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user