about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2024-02-07 18:44:35 +0100
committerGitHub <noreply@github.com>2024-02-07 18:44:35 +0100
commitcd5c10f69676a36ae44254b8cfd58f528a062f65 (patch)
treed851a512b92cb16083318b1c327afd1229b9c60a
parent6f3ba599b303ee34035b5aeebcbe4ea0e7b6cc0a (diff)
parent9c870ac78f6157260ba1f96f9ce077ce84478532 (diff)
Merge pull request #275896 from hoppla20/master
nixos/kubernetes: fix pki's mkSpec function
-rw-r--r--nixos/modules/services/cluster/kubernetes/pki.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/cluster/kubernetes/pki.nix b/nixos/modules/services/cluster/kubernetes/pki.nix
index 4b7a86c44a0cc..c47ceb218e66c 100644
--- a/nixos/modules/services/cluster/kubernetes/pki.nix
+++ b/nixos/modules/services/cluster/kubernetes/pki.nix
@@ -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;