From 1d40a0b109b88c85dc72d8fc0b1f042c5c506a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Fri, 28 Aug 2020 19:17:38 +0200 Subject: [PATCH] Update imagepullsecret MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 1ca685f..8c097f6 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -41,7 +41,7 @@ items: tty: true dnsPolicy: ClusterFirst imagePullSecrets: - - name: jochum-dev + - name: registry-jochum-dev restartPolicy: Always schedulerName: default-scheduler securityContext: {}