mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 10:08:37 +03:00
Merge pull request #2003 from abelgana/master
Change altnames to alt_names
This commit is contained in:
@@ -84,7 +84,7 @@ vault_ca_options:
|
||||
format: pem
|
||||
ttl: "{{ vault_max_lease_ttl }}"
|
||||
exclude_cn_from_sans: true
|
||||
altnames:
|
||||
alt_names:
|
||||
- "vault.{{ system_namespace }}.svc.{{ dns_domain }}"
|
||||
- "vault.{{ system_namespace }}.svc"
|
||||
- "vault.{{ system_namespace }}"
|
||||
|
||||
Reference in New Issue
Block a user