Fix typo for the *volumeMount* field Running the previous snippets with `kubectl apply -k .` would generate this error: ``` error validating ".": error validating data: ValidationError(Deployment.spec.template.spec.containers[0]): unknown field "volumeMount" in io.k8s.api.core.v1.Container; ``` According to [this page](https://kubernetes.io/docs/concepts/storage/volumes/), the correct field is "volumeMounts". |
||
---|---|---|
.. | ||
_index.md | ||
declarative-config.md | ||
imperative-command.md | ||
imperative-config.md | ||
kustomization.md | ||
update-api-object-kubectl-patch.md |