From 8db1118e2a1b147da9d7a48ee7151e300eb36a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 13 Apr 2020 01:41:52 +0200 Subject: [PATCH] add imagepullsecret --- k8s/deployment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/deployment.yml b/k8s/deployment.yml index 75305e6..2aa41cb 100644 --- a/k8s/deployment.yml +++ b/k8s/deployment.yml @@ -24,4 +24,6 @@ spec: - configMapRef: name: output-service-rdb-config ports: - - containerPort: 8080 \ No newline at end of file + - containerPort: 8080 + imagePullSecrets: + - name: regcred \ No newline at end of file