fix tls-sans

This commit is contained in:
2024-01-03 19:05:30 +01:00
parent f577a65e70
commit d9945977d1

View File

@ -178,7 +178,7 @@ module "hcloud_kube" {
]
control_planes_custom_config = {
tls-sans = ["cp.kube.rocks"]
tls-san = ["cp.kube.rocks"]
disable = ["traefik"]
etcd-s3 = true
etcd-s3-endpoint = "s3.fr-par.scw.cloud"
@ -292,7 +292,7 @@ I also prefer increase the eviction threshold to 250Mi, in order to avoid OS OOM
```tf
control_planes_custom_config = {
tls-sans = ["cp.kube.rocks"]
tls-san = ["cp.kube.rocks"]
disable = ["traefik"]
etcd-s3 = true
etcd-s3-endpoint = "s3.fr-par.scw.cloud"