From 875953af5c2f41f3ffc7dad27c045478f58da717 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 10 Jun 2025 16:34:08 +0200 Subject: [PATCH] feat: improve readiblity --- docs/gitlab/runner-config-ocp.md | 33 ++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/docs/gitlab/runner-config-ocp.md b/docs/gitlab/runner-config-ocp.md index d2ecd3a..7d19c01 100644 --- a/docs/gitlab/runner-config-ocp.md +++ b/docs/gitlab/runner-config-ocp.md @@ -1,10 +1,11 @@ # Gitlab Runner on OCP -A quick and dirty guide for making the Gitlab Runner work on OCP. -I know this is not production ready! +A quick and dirty guide for making the Gitlab Runner work on OCP. This is probably not what you want for you prodcution +environment... + +## Step 1 Setup namespace and RBAC ```shell -# 1. Setup namespace and RBAC oc new-project gitlab-runner oc apply -f - <