Fix deployments of front and back and set where in the values it get the secret to pull image
This commit is contained in:
parent
727848538f
commit
6e772cfb27
@ -21,7 +21,7 @@ spec:
|
|||||||
{{- include "tasko.selectorLabels" . | nindent 8 }}
|
{{- include "tasko.selectorLabels" . | nindent 8 }}
|
||||||
app.kubernetes.io/component: backend
|
app.kubernetes.io/component: backend
|
||||||
spec:
|
spec:
|
||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.global.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -21,7 +21,7 @@ spec:
|
|||||||
{{- include "tasko.selectorLabels" . | nindent 8 }}
|
{{- include "tasko.selectorLabels" . | nindent 8 }}
|
||||||
app.kubernetes.io/component: frontend
|
app.kubernetes.io/component: frontend
|
||||||
spec:
|
spec:
|
||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.global.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user