Merge pull request #2552 from pwittrock/krm

Write setter definitions to `Krmfile` instead of `kustomization`
This commit is contained in:
Kubernetes Prow Robot
2020-06-05 10:01:46 -07:00
committed by GitHub
15 changed files with 544 additions and 42 deletions

View File

@@ -0,0 +1,18 @@
## init
[Alpha] Initialize a directory with a Krmfile.
### Synopsis
[Alpha] Initialize a directory with a Krmfile.
DIR:
Path to local directory.
### Examples
# create a Krmfile in the local directory
kustomize config init
# create a Krmfile in my-dir/
kustomize config init my-dir/