mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 09:25:10 +01:00
create wrapper script for k8s module generation
This commit is contained in:
parent
6dfa8e81c7
commit
b8127b5dee
2 changed files with 15 additions and 3 deletions
|
|
@ -31,10 +31,9 @@ To support a new Kubernetes version:
|
|||
}
|
||||
```
|
||||
|
||||
- Build and copy the updated specs to [`modules/generated/`](./modules/generated/)
|
||||
- Build and copy the updated specs to [`modules/generated/`](./modules/generated/) with
|
||||
|
||||
nix build '.#generate-k8s'
|
||||
cp ./result/* modules/generated/
|
||||
nix run '.#generate'
|
||||
|
||||
## Tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue