From b2acd92b1da602cb16ae819f6ad894bcf1bcf03a Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Sun, 31 Oct 2021 13:04:21 +0100 Subject: [PATCH] zookeeper: add imagepullsecrets --- cluster/apps/presidential-paradise/zookeeper/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml index d0351f2..ddbaa4d 100644 --- a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml +++ b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml @@ -21,6 +21,8 @@ spec: labels: app: zookeeper spec: + imagePullSecrets: + - name: xirion-registry-creds containers: - name: zookeeper image: registry.xirion.net/library/zookeeper:0.2.4 # {"$imagepolicy": "flux-system:zookeeper"}