nixos/kubernetes: Address review: Remove restart from certmgr bootstrap service

This commit is contained in:
Christian Albrecht
2019-03-06 16:55:13 +01:00
parent 7323b77435
commit 5684034693
@@ -254,8 +254,6 @@ in
]; ];
serviceConfig = { serviceConfig = {
TimeoutSec = "500"; TimeoutSec = "500";
RestartSec = "1s";
Restart = "on-failure";
}; };
}; };