Update oramap imagepullsecret

This commit is contained in:
dvirlabs 2026-03-24 10:37:33 +02:00
parent 6091654328
commit 6a3bbd9f44
3 changed files with 13 additions and 0 deletions

View File

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

View File

@ -1,5 +1,7 @@
replicaCount: 1
imagePullSecrets: []
# Backend API configuration
backend:
image:

View File

@ -1,5 +1,8 @@
replicaCount: 1
imagePullSecrets:
- name: harbor-regcred
# Backend API configuration
backend:
image: