1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-06 18:49:12 +03:00

Merge pull request #321673 from juselius/fix-service-restart-certmgr

nixos/kubernetes: fix service reload to restart
This commit is contained in:
Pol Dellaiera 2024-06-22 22:56:12 +02:00 committed by GitHub
commit 5dad22a889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,7 @@ in {
name = "service-account";
CN = "system:service-account-signer";
action = ''
systemctl reload \
systemctl restart \
kube-apiserver.service \
kube-controller-manager.service
'';