Wrong example deployment.yaml file in apply docs #377
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
The example file on https://kubectl.docs.kubernetes.io/references/kubectl/apply/ does not work, and
kubectl apply -f deployment.yaml
ends with decoding error:There should be additional
spec:
undertemplate
for the deployment example to work:The text was updated successfully, but these errors were encountered: