Skip to content

Commit 1ad6710

Browse files
authored
chore: set PULL_SECRET_NAME env when using a pull secret (cloudnative-pg#2019)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent a64055a commit 1ad6710

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default/manager_image_pull_secret.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ spec:
99
spec:
1010
containers:
1111
- name: manager
12+
env:
13+
- name: PULL_SECRET_NAME
14+
value: cnpg-pull-secret
1215
imagePullSecrets:
1316
- name: cnpg-pull-secret

0 commit comments

Comments
 (0)