From 77f944ef2e99d37c74e635efda093f38828b61d7 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Fri, 26 Jun 2020 20:57:36 +0100 Subject: [PATCH] [26.06.20] Changed imagePullSecrets to work with internal Docker registry --- 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 36bc9e8..cd0973b 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -84,4 +84,4 @@ spec: memory: 256Mi restartPolicy: Always imagePullSecrets: - - name: registry-secret \ No newline at end of file + - name: registry-db-gateway \ No newline at end of file