feat: deprecate mkValueOrSecretOption with mkSecretOption

This commit is contained in:
Jaka Hudoklin 2017-12-18 12:22:18 +01:00
parent 1db416b1e1
commit 5179a8d0a7
4 changed files with 35 additions and 28 deletions

View file

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