fixed a typo in Kustomize Feature List (#15246)
This commit is contained in:
parent
a649dd4e39
commit
4e9325e981
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue