bump auto-deploy cert expiration time
All checks were successful
/ diff-and-deploy (push) Successful in 1m59s
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:
parent
86f1a88ba9
commit
c94e0e0163
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue