bump auto-deploy cert expiration time
All checks were successful
/ diff-and-deploy (push) Successful in 1m59s

Apparently there's an alert that goes off if a cert expiring in less than 7 days is used to authenticate to k8s
This commit is contained in:
Finn 2024-10-30 00:00:57 -07:00
parent 86f1a88ba9
commit c94e0e0163

View file

@ -40,7 +40,7 @@ def update_cert(k8s_name: str, owner: str, repo: str):
"/var/lib/rancher/k3s/server/tls/client-ca.key",
"-CAcreateserial",
"-days",
"2",
"10",
],
stdin=req,
)