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
commit cd5c10f696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;