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

This commit is contained in:
Christian Albrecht
2019-03-06 16:53:33 +01:00
parent 7323b77435
commit 5684034693

View File

@@ -254,8 +254,6 @@ in
];
serviceConfig = {
TimeoutSec = "500";
RestartSec = "1s";
Restart = "on-failure";
};
};