mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fixups
This commit is contained in:
parent
bbc5e3d477
commit
1bd3fe4d4e
22 changed files with 49 additions and 609 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, kubenix, k8sVersion, ... }:
|
||||
{ config, lib, kubenix, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
|
@ -21,8 +21,6 @@ in {
|
|||
}];
|
||||
};
|
||||
|
||||
kubernetes.version = k8sVersion;
|
||||
|
||||
kubernetes.imports = [
|
||||
./pod.json
|
||||
./deployment.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue