Skip to content

Commit

Permalink
maintain custom toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
thavlik committed Feb 28, 2024
1 parent e789533 commit 9bb0cf5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ target/
.vscode/
.gitignore
.dockerignore
kindest.yaml
kb.yaml
LICENSE*
README*
4 changes: 2 additions & 2 deletions kb.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Tom Havlik <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
keywords = ["vpn", "operator", "kubernetes", "k8s"]
exclude = ["Dockerfile", "kindest.yaml"]
exclude = ["Dockerfile", "kb.yaml"]
publish = false

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb0cf5

Please sign in to comment.