Skip to content

Commit

Permalink
Rename my-kind.cfg to my-kind.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Oct 25, 2023
1 parent 3bd5df5 commit 1d2f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If it is needed to expose some extra Ports between the docker container and the
`./idpbuilder create --extraPorts 22:32222`

It is also possible to use your own kind config file
`./idpbuilder create --buildName local --kindConfig ./my-kind.cfg`
`./idpbuilder create --buildName local --kindConfig ./my-kind.yaml`

**NOTE**: Be sure to include in your kind config the section `containerdConfigPatches` where the registry hostname includes the name specified with the parameter: `--buildname`
```yaml
Expand Down

0 comments on commit 1d2f37b

Please sign in to comment.