From 5bb9f79d569dd2c2cedfce1e08cf87d85268b8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 22 Aug 2024 14:54:06 +0300 Subject: [PATCH] Fix regcred --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index cf0c362..7fdf31c 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: runAsUser: 1000 enableServiceLinks: false imagePullSecrets: - - name: imgcred + - name: regcred containers: - name: hello-gin image: harbor.codemowers.eu/{{ .Values.username }}/hello-gin:latest