diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 77840cf..f2c2b3b 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -2,5 +2,6 @@ # https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml default: true + MD013: false MD033: false diff --git a/knowledge base/gitlab.md b/knowledge base/gitlab.md index cd63e35..5df8323 100644 --- a/knowledge base/gitlab.md +++ b/knowledge base/gitlab.md @@ -4,7 +4,7 @@ 1. [Kubernetes](#kubernetes) 1. [Helm chart](#helm-chart) 1. [Operator](#operator) -1. [CI/CD](#cicd) +1. [CI/CD pipelines](#cicd-pipelines) 1. [Make a job in a pipeline run only when some specific files change](#make-a-job-in-a-pipeline-run-only-when-some-specific-files-change) 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) 1. [Manage kubernetes clusters](#manage-kubernetes-clusters) @@ -367,7 +367,9 @@ or consider using the [minimal Minikube example values file] as reference, as st See the [operator guide] and the [operator code] for details. -## CI/CD +## CI/CD pipelines + +Refer to [CI/CD pipelines]. ### Make a job in a pipeline run only when some specific files change @@ -488,6 +490,7 @@ Solution: give that user _developer_ access or have somebody else with enough pr - [TLS] configuration - [Adding and removing Kubernetes clusters] - Gitlab's [operator code] and relative [guide][operator guide] +- [CI/CD pipelines] ### Sources @@ -500,6 +503,7 @@ Solution: give that user _developer_ access or have somebody else with enough pr - [Autoscaling GitLab Runner on AWS EC2] - [Authenticating your GitLab CI runner to an AWS ECR registry using Amazon ECR Docker Credential Helper] - [How to restart GitLab] +- [Customize pipeline configuration]