From 0e28c59fb43342f66cdd66b7d5bf9d9b24352a9f Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Fri, 26 Jun 2020 21:06:02 +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 cd0973b..2da8a90 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -84,4 +84,4 @@ spec: memory: 256Mi restartPolicy: Always imagePullSecrets: - - name: registry-db-gateway \ No newline at end of file + - name: default-token-xkk87 \ No newline at end of file