From 4e9325e9816d35e88781f46d7f1388085bb8d239 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Thu, 4 Jul 2019 17:06:14 +0900 Subject: [PATCH] fixed a typo in Kustomize Feature List (#15246) --- .../en/docs/tasks/manage-kubernetes-objects/kustomization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |