Merge pull request #1978 from oke-py/doc

Fixed a wrong path and run `make all`
This commit is contained in:
Kubernetes Prow Robot
2019-12-17 16:39:58 -08:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ with `metadata.configFn` and running:
kustomize config run local-resource/
This generates the `local-resources/config` directory containing the template output.
This generates the `local-resource/config` directory containing the template output.
- the template output may be modified by adding fields -- such as initContainers,
sidecarConatiners, cpu resource limits, etc -- and these fields will be retained

View File

@@ -24,7 +24,7 @@ with `metadata.configFn` and running:
kustomize config run local-resource/
This generates the `local-resources/config` directory containing the template output.
This generates the `local-resource/config` directory containing the template output.
- the template output may be modified by adding fields -- such as initContainers,
sidecarConatiners, cpu resource limits, etc -- and these fields will be retained