Fix imagePullSecrets format - must be array of objects
This commit is contained in:
parent
8b7832713c
commit
1262820f26
@ -1,6 +1,7 @@
|
||||
global:
|
||||
namespace: my-apps
|
||||
imagePullSecrets: harbor-registry-cred
|
||||
imagePullSecrets:
|
||||
- name: harbor-registry-cred
|
||||
# Backend configuration
|
||||
backend:
|
||||
name: backend
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user