This commit is contained in:
David Arnold 2021-05-06 16:07:24 -04:00
parent bbc5e3d477
commit 1bd3fe4d4e
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
22 changed files with 49 additions and 609 deletions

View file

@ -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