website/content/en/docs/tasks/manage-kubernetes-objects
François 097292f485
Update kustomization.md
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".
2021-05-19 23:05:01 +02:00
..
_index.md Add descriptions for tasks 2020-06-15 20:47:26 +01:00
declarative-config.md Replace redirect links of install kubectl 2021-03-15 08:22:29 +09:00
imperative-command.md Replace redirect links of install kubectl 2021-03-15 08:22:29 +09:00
imperative-config.md Replace redirect links of install kubectl 2021-03-15 08:22:29 +09:00
kustomization.md Update kustomization.md 2021-05-19 23:05:01 +02:00
update-api-object-kubectl-patch.md Add missing --type merge in retainkeys examples 2021-04-29 13:33:10 +02:00