From 2ede253d4682b64857dc7513784827182d5c0189 Mon Sep 17 00:00:00 2001 From: Teemu Autto <teemu.a.autto@jyu.fi> Date: Sat, 21 Jan 2023 23:43:19 +0000 Subject: [PATCH] Removed talk about not needing priviliged rights. Redeploy with updated values.yaml file from f14d82f2. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab8284cc..1d56b1ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,7 @@ variables: #CI_DEBUG_TRACE: "true" -## Use buildkit to build the container. `docker build` requires elevated -## privileges, and can be security issue: https://docs.gitlab.com/runner/executors/kubernetes.html#using-dockerdind +## Use buildkit to build the container. ## Buildkit: https://github.com/moby/buildkit ## Example gitlab-ci buildkit template: https://gitlab.com/txlab/ci-templates build: -- GitLab