feat: add support for k8s 1.10 and 1.11

This commit is contained in:
Jaka Hudoklin 2018-12-03 23:03:09 +01:00
parent 7287c4ed9e
commit c01b2fdab2
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
4 changed files with 175214 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
kubernetes.version = "1.9";
kubernetes.version = "1.11";
require = [./modules.nix ./deployment.nix];
}