From 08f2e7608200be494b32fe23833c154bda0f0d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 26 Oct 2023 17:53:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20a=20couple=20of=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/kustomize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/kustomize.md b/slides/k8s/kustomize.md index a8c0fa40..5952b6aa 100644 --- a/slides/k8s/kustomize.md +++ b/slides/k8s/kustomize.md @@ -228,7 +228,7 @@ General workflow: 3. `kustomize edit add patch` to add patches to said resources -4. `kustomized edit add ...` or `kustomize edit set ...` (many options!) +4. `kustomize edit add ...` or `kustomize edit set ...` (many options!) 5. `kustomize build | kubectl apply -f-` or `kubectl apply -k .` @@ -244,7 +244,7 @@ General workflow: (just add `--help` after any command to see possible options!) -- Make sure to install the completion and try e.g. `kustomize eidt add [TAB][TAB]` +- Make sure to install the completion and try e.g. `kustomize edit add [TAB][TAB]` ---