diff --git a/content/en/docs/tasks/manage-kubernetes-objects/kustomization.md b/content/en/docs/tasks/manage-kubernetes-objects/kustomization.md index c0c0b06ff9..292b479b9a 100644 --- a/content/en/docs/tasks/manage-kubernetes-objects/kustomization.md +++ b/content/en/docs/tasks/manage-kubernetes-objects/kustomization.md @@ -805,7 +805,7 @@ deployment.apps "dev-my-nginx" deleted | namespace | string | add namespace to all resources | | namePrefix | string | value of this field is prepended to the names of all resources | | nameSuffix | string | value of this field is appended to the names of all resources | -| commonlabels | map[string]string | labels to add to all resources and selectors | +| commonLabels | map[string]string | labels to add to all resources and selectors | | commonAnnotations | map[string]string | annotations to add to all resources | | resources | []string | each entry in this list must resolve to an existing resource configuration file | | configmapGenerator | [][ConfigMapArgs](https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/types/kustomization.go#L195) | Each entry in this list generates a ConfigMap |