From a9daf2e9d202af41406655068681cfbb9e1dd52b Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 8 Oct 2024 23:43:20 +0200 Subject: [PATCH] chore(gitlab): add source --- knowledge base/gitlab/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/knowledge base/gitlab/README.md b/knowledge base/gitlab/README.md index 8626c7a..32c6357 100644 --- a/knowledge base/gitlab/README.md +++ b/knowledge base/gitlab/README.md @@ -5,7 +5,8 @@ 1. [Kubernetes](#kubernetes) 1. [Helm chart](#helm-chart) 1. [Operator](#operator) -1. [Creating resources in Pulumi](#creating-resources-in-pulumi) +1. [Create resources in GitLab using Pulumi](#create-resources-in-gitlab-using-pulumi) +1. [Forking](#forking) 1. [Repository management](#repository-management) 1. [Different owners for parts of the code base](#different-owners-for-parts-of-the-code-base) 1. [Get the version of the helper image to use for a runner](#get-the-version-of-the-helper-image-to-use-for-a-runner) @@ -534,7 +535,7 @@ or consider using the [minimal Minikube example values file] as reference, as st See the [operator guide] and the [operator code] for details. -## Creating resources in Pulumi +## Create resources in GitLab using Pulumi Refer Pulumi's [GitLab provider installation & configuration] and [GitLab provider's README]. @@ -557,6 +558,10 @@ Refer Pulumi's [GitLab provider installation & configuration] and [GitLab provid export GITLAB_TOKEN='glpat-m-Va…zy' ``` +## Forking + +Refer [Forks]. + ## Repository management ### Different owners for parts of the code base @@ -746,6 +751,7 @@ Solution: set the correct ownership with - [The docker images for gitlab-ce and gitlab-ee start workhorse with incorrect socket ownership] - [GitLab HA Scaling Runner Vending Machine for AWS EC2 ASG] - [GitLab maintenance mode] +- [Forks]