cce0940e1f
* add CI test for auto_renew_certificates * change timer value fix typo error in rotate cert script
9 lines
242 B
Django/Jinja
9 lines
242 B
Django/Jinja
[Unit]
|
|
Description=Timer to renew K8S control plane certificates
|
|
|
|
[Timer]
|
|
# First Monday of each month
|
|
OnCalendar=Mon *-*-1,2,3,4,5,6,7 03:{{ groups['kube_control_plane'].index(inventory_hostname) }}0:00
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|