mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #762 from dimitropoulos/patch-1
typo: makes verb number agree with subject
This commit is contained in:
@@ -215,7 +215,7 @@ crds:
|
|||||||
# Vars are used to capture text from one resource's field
|
# Vars are used to capture text from one resource's field
|
||||||
# and insert that text elsewhere.
|
# and insert that text elsewhere.
|
||||||
#
|
#
|
||||||
# For example, suppose one specify the name of a k8s Service
|
# For example, suppose someone specifies the name of a k8s Service
|
||||||
# object in a container's command line, and the name of a
|
# object in a container's command line, and the name of a
|
||||||
# k8s Secret object in a container's environment variable,
|
# k8s Secret object in a container's environment variable,
|
||||||
# so that the following would work:
|
# so that the following would work:
|
||||||
@@ -255,7 +255,7 @@ vars:
|
|||||||
# reference within that object. That's where the text is found.
|
# reference within that object. That's where the text is found.
|
||||||
#
|
#
|
||||||
# The field reference is optional; it defaults to `metadata.name`,
|
# The field reference is optional; it defaults to `metadata.name`,
|
||||||
# a normal default, since kustomize is used to generates or
|
# a normal default, since kustomize is used to generate or
|
||||||
# modify the names of resources.
|
# modify the names of resources.
|
||||||
#
|
#
|
||||||
# At time of writing, only string type fields are supported.
|
# At time of writing, only string type fields are supported.
|
||||||
|
|||||||
Reference in New Issue
Block a user