diff --git a/.dockerignore b/.dockerignore index c16f7aa..29eff18 100755 --- a/.dockerignore +++ b/.dockerignore @@ -7,6 +7,6 @@ target/ .vscode/ .gitignore .dockerignore -kindest.yaml +kb.yaml LICENSE* README* \ No newline at end of file diff --git a/kb.yaml b/kb.yaml index 5bed756..1675205 100755 --- a/kb.yaml +++ b/kb.yaml @@ -1,5 +1,5 @@ -# kindest toolchain config file. -# See: https://github.com/midcontinentcontrols/kindest +# kb toolchain config file. +# See: https://github.com/midcontinentcontrols/kb dependencies: - operator env: diff --git a/operator/Cargo.toml b/operator/Cargo.toml index 9999f97..a41346e 100755 --- a/operator/Cargo.toml +++ b/operator/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Tom Havlik "] license = "MIT OR Apache-2.0" edition = "2021" keywords = ["vpn", "operator", "kubernetes", "k8s"] -exclude = ["Dockerfile", "kindest.yaml"] +exclude = ["Dockerfile", "kb.yaml"] publish = false [dependencies] diff --git a/operator/README.md b/operator/README.md index 0327044..5d19c7e 100755 --- a/operator/README.md +++ b/operator/README.md @@ -11,11 +11,11 @@ docker build \ . ``` -### Kindest -This project uses my [custom toolchain](https://github.com/midcontinentcontrols/kindest). Build it with a single command: +### kb +This project uses my [custom toolchain](https://github.com/midcontinentcontrols/kb). Build it with a single command: ```bash # pass -v (--verbose) to print docker build logs -kindest build -v +kb -v ``` ## Generating CRDs