Open
Description
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!