diff --git a/apps/postgres/ca.yaml b/apps/postgres/ca.yaml index 2a40922..670955c 100644 --- a/apps/postgres/ca.yaml +++ b/apps/postgres/ca.yaml @@ -11,6 +11,7 @@ spec: secretTemplate: labels: cnpg.io/reload: "" + duration: 87660h # 10 years, this is needed until https://github.com/cert-manager/cert-manager/issues/2478 privateKey: algorithm: ECDSA size: 256 diff --git a/shell.nix b/shell.nix index 715b204..c6c86f2 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,6 @@ pkgs.mkShell { cmctl kubectl-cnpg kubernetes-helm - kubectl-cnpg ]; TALOSCONFIG = "./clusterconfig/talosconfig";