feat(test): gitea registry pull secret and imagePullSecrets

This commit is contained in:
sova-ci
2026-05-28 01:03:38 +03:00
parent 11596ee01b
commit b8a039ed2d
9 changed files with 68 additions and 5 deletions
+4
View File
@@ -26,6 +26,10 @@ spec:
labels:
app: adminpanel
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: adminpanel
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"