Error on "HelloWorld" example #3479
Labels
kind/documentation
Categorizes issue or PR as related to documentation.
kind/support
Categorizes issue or PR as a support question.
Describe the bug
I'm getting the following error when I try to apply the helloworld example from
examples/helloWorld
:Files that can reproduce the issue
Thes files from
https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/examples/helloWorld/{configMap,deployment,kustomization,service}.yaml
Expected output
exit 0 with successful application
Actual output
Kustomize version
I'm using
kubectl -k ...
from Docker desktop on Windows with:Platform
Linux (Windows WSL)
Resolution
Change
kustomization.yaml
from:to
I'm posting the issue so that someone may update the
kustomization.yaml
if it's not an issue related to my own env (I'm not experimented enough with k8s/kustomize to say if that's the case).The text was updated successfully, but these errors were encountered: