From 9c451f34c3926792f333f579ad78b6013d98e0a9 Mon Sep 17 00:00:00 2001 From: David Lefever Date: Sat, 18 Mar 2023 18:44:09 +0100 Subject: [PATCH] fixed gitlab runner config --- cluster/apps/gitlab/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gitlab/helm-release.yaml b/cluster/apps/gitlab/helm-release.yaml index c839c6b1..2127823a 100644 --- a/cluster/apps/gitlab/helm-release.yaml +++ b/cluster/apps/gitlab/helm-release.yaml @@ -43,7 +43,7 @@ spec: config: | [[runners]] [runners.kubernetes] - imagePullSecrets = "docker-registry-harbor" + image_pull_secrets = ["docker-registry-harbor"] cpu_request = "500m" cpu_limit = "500m" memory_request = "2Gi"