From c7f23973c3fbd0d57a7c901543720c457909d6a8 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 25 Mar 2024 13:19:36 +0100 Subject: [PATCH] broken charts --- content/_index.md | 2 +- content/day4/05_certmanager.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index f141a58..18aebe2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,7 +5,7 @@ title: Kubecon 2024 All about the things I did and sessions I attended at KubeCon/CloudNativeCon 2024. -This current version is probably full of typos - will fix later. +This current version is probably full of typos - will fix later. This is what typing the notes blindly in real time get's you. ## How did I get there? diff --git a/content/day4/05_certmanager.md b/content/day4/05_certmanager.md index 6c98128..ee354c1 100644 --- a/content/day4/05_certmanager.md +++ b/content/day4/05_certmanager.md @@ -63,7 +63,7 @@ flowchart LR ```mermaid flowchart LR ui-->|Input certificate subject details|CertManager - cai(CA Issuer)-->|CertManager|Souurce for certificate + cai(CA Issuer)-->|Source for certificate|CertManager CertManager-->|Creates|sr(Secret Ressource) ```