Merge pull request #275896 from hoppla20/master

nixos/kubernetes: fix pki's mkSpec function
This commit is contained in:
Sarah Brofeldt
2024-02-07 18:44:35 +01:00
committed by GitHub
@@ -219,7 +219,6 @@ in
inherit (cert) action;
authority = {
inherit remote;
file.path = cert.caCert;
root_ca = cert.caCert;
profile = "default";
auth_key_file = certmgrAPITokenPath;