🐞 Fix a couple of typos

This commit is contained in:
Jérôme Petazzoni
2023-10-26 17:53:53 +02:00
parent db848767c1
commit 08f2e76082

View File

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