Refactor(defaults): centralize etcd defaults (#13161)

This commit is contained in:
Yang-Ming Lin
2026-04-28 10:24:48 +08:00
committed by GitHub
parent 655c516129
commit c3d4864e63
3 changed files with 13 additions and 11 deletions

View File

@@ -84,7 +84,7 @@
when:
- ('etcd' in group_names)
- etcd_cluster_setup
- etcd_secret_changed | default(false)
- etcd_secret_changed
- name: Restart etcd-events if certs changed
command: /bin/true
@@ -92,7 +92,7 @@
when:
- ('etcd' in group_names)
- etcd_events_cluster_setup
- etcd_secret_changed | default(false)
- etcd_secret_changed
# After etcd cluster is assembled, make sure that
# initial state of the cluster is in `existing`