add missing kube version, move jobs to packages

This commit is contained in:
Bryton Hall 2022-08-15 00:29:27 -04:00
parent 85649dd3fd
commit 2891ede6d4
6 changed files with 21323 additions and 21 deletions

View file

@ -33,7 +33,7 @@ To support a new Kubernetes version:
- Build and copy the updated specs to [`modules/generated/`](./modules/generated/)
nix build '.#jobs.x86_64-linux.generators.k8s'
nix build '.#generators.k8s'
cp ./result/* modules/generated/
## Tests