broken charts

This commit is contained in:
Nicolai Ort 2024-03-25 13:19:36 +01:00
parent 27db7bf591
commit c7f23973c3
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 2 additions and 2 deletions

View File

@ -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?

View File

@ -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)
```