From c550ea6553a6525c85086c413c6a0e8794e5993b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Sun, 9 Jun 2024 17:50:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20titles=20in=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/flux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/flux.md b/slides/k8s/flux.md index 895f7105..83b719b1 100644 --- a/slides/k8s/flux.md +++ b/slides/k8s/flux.md @@ -479,7 +479,7 @@ helm upgrade --install --repo https://dl.gitea.io/charts --namespace gitea --cre --set gitea.config.cache.ADAPTER=memory \ # -# Boostrap Flux controllers +### Boostrap Flux controllers ```bash mkdir -p flux/flux-system/gotk-components.yaml @@ -487,7 +487,7 @@ flux install --export > flux/flux-system/gotk-components.yaml kubectl apply -f flux/flux-system/gotk-components.yaml ``` -# Bootstrap GitRepository/Kustomization +### Bootstrap GitRepository/Kustomization ```bash export REPO_URL="" DEPLOY_USERNAME=""