Skip to content

Commit

Permalink
fixed a typo in Kustomize Feature List (kubernetes#15246)
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py authored and joaovitor committed Jul 5, 2019
1 parent 06b7dff commit e6356ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e6356ee

Please sign in to comment.