Skip to content

Commit eec4c0f

Browse files
authored
Merge pull request kubernetes#89086 from fgogolli/patch-1
Update kustomize.md
2 parents c0d0baf + 65f4f2d commit eec4c0f

File tree

1 file changed

+2
-2
lines changed
  • staging/src/k8s.io/kubectl/docs/book/pages/reference

1 file changed

+2
-2
lines changed

staging/src/k8s.io/kubectl/docs/book/pages/reference/kustomize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ as well as `namePrefix`'s and `nameSuffix`'s.
187187
| :------------ | :------ | :---------------------------------- |
188188
| **behavior** | string | Merge behavior when the Secret generator is defined in a base. May be one of `create`, `replace`, `merge`. |
189189
| **env** | string | Single file to generate Secret data entries from. Should be a path to a local *env* file, e.g. `path/to/file.env`, where each line of the file is a `key=value` pair. *Each line* will appear as an entry in the Secret data field. |
190-
| **files** | []string | List of files to generate Secret data entries from. Each item should be a path to a local file, e.g. `path/to/file.config`, and the filename will appear as an entry in the ConfigMap data field with its contents as a value. |
190+
| **files** | []string | List of files to generate Secret data entries from. Each item should be a path to a local file, e.g. `path/to/file.config`, and the filename will appear as an entry in the Secret data field with its contents as a value. |
191191
| **literals** | []string | List of literal Secret data entries. Each item should be a key and literal value, e.g. `somekey=somevalue`, and the key/value will appear as an entry in the Secret data field.|
192192
| **name** | string | Name for the Secret. Modified by the `namePrefix` and `nameSuffix` fields. |
193193
| **namespace** | string | Namespace for the Secret. Overridden by kustomize-wide `namespace` field.|
@@ -300,7 +300,7 @@ Definitions:
300300
| Name | Type | Desc |
301301
| :------------ | :------ | :---------------------------------- |
302302
| **name** | string | Match all `image` fields with this value for the *name*|
303-
| **nameName** | string | Replace the `image` field *name* with this value. |
303+
| **newName** | string | Replace the `image` field *name* with this value. |
304304
| **newTag** | string | Replace the `image` field *tag* with this tag value. |
305305
| **digest** | string | Replace the `image` field *tag* with this digest value. Includes the `sha256:` portion of the digest. |
306306

0 commit comments

Comments
 (0)