Update oramap imagepullsecret
This commit is contained in:
parent
6091654328
commit
6a3bbd9f44
@ -24,6 +24,10 @@ spec:
|
||||
release: {{ .Release.Name }}
|
||||
component: backend
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: backend
|
||||
image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}"
|
||||
@ -76,6 +80,10 @@ spec:
|
||||
release: {{ .Release.Name }}
|
||||
component: frontend
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: frontend
|
||||
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
replicaCount: 1
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
# Backend API configuration
|
||||
backend:
|
||||
image:
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
replicaCount: 1
|
||||
|
||||
imagePullSecrets:
|
||||
- name: harbor-regcred
|
||||
|
||||
# Backend API configuration
|
||||
backend:
|
||||
image:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user