Fix imagePullSecrets format - must be array of objects

This commit is contained in:
dvirlabs 2026-05-08 07:59:32 +03:00
parent 8b7832713c
commit 1262820f26

View File

@ -1,6 +1,7 @@
global: global:
namespace: my-apps namespace: my-apps
imagePullSecrets: harbor-registry-cred imagePullSecrets:
- name: harbor-registry-cred
# Backend configuration # Backend configuration
backend: backend:
name: backend name: backend