Don't refresh postgres ca (until leaf are automatically refreshed)

This commit is contained in:
2025-09-21 20:28:44 +02:00
parent 31b4344895
commit 30d027e764
2 changed files with 1 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ spec:
secretTemplate: secretTemplate:
labels: labels:
cnpg.io/reload: "" cnpg.io/reload: ""
duration: 87660h # 10 years, this is needed until https://github.com/cert-manager/cert-manager/issues/2478
privateKey: privateKey:
algorithm: ECDSA algorithm: ECDSA
size: 256 size: 256

View File

@@ -9,7 +9,6 @@ pkgs.mkShell {
cmctl cmctl
kubectl-cnpg kubectl-cnpg
kubernetes-helm kubernetes-helm
kubectl-cnpg
]; ];
TALOSCONFIG = "./clusterconfig/talosconfig"; TALOSCONFIG = "./clusterconfig/talosconfig";