Issue with k8s.io/docs/tasks/manage-kubernetes-objects/kustomization/ #49620
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
I report a typo that happens in 3 places, 3 YAML files, found at this URL I am learning from:
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
The line that causes the examples to fail is this one:
image: my-app
The intention was surely to have a real image name there like busybox or nginx, like this:
image: nginx
Otherwise, this documentation page is great, works and provides efficient learning for me, THANKS!
The text was updated successfully, but these errors were encountered: