From d9945977d1d1449a6a4891256ad7af9a5f2e2a0a Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Wed, 3 Jan 2024 19:05:30 +0100 Subject: [PATCH] fix tls-sans --- content/posts/11-a-beautiful-gitops-day-1/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/11-a-beautiful-gitops-day-1/index.md b/content/posts/11-a-beautiful-gitops-day-1/index.md index 60a2025..a2ca987 100644 --- a/content/posts/11-a-beautiful-gitops-day-1/index.md +++ b/content/posts/11-a-beautiful-gitops-day-1/index.md @@ -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"