From 1dbbf26c8384c1801ea66954f3a5d1375b0dc535 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 8 Oct 2020 11:26:24 +0100 Subject: [PATCH] [08.10.20] Image pull secrets changed from last deployment --- configuration/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 2e8ca68..689d12d 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -92,4 +92,4 @@ spec: memory: 128Mi restartPolicy: Always imagePullSecrets: - - name: registry-secret \ No newline at end of file + - name: registry-cryptosky-image-registry \ No newline at end of file