From 4de318d814f71c9fc73a848823fcbf84d037c586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 30 Dec 2025 14:14:52 +0100 Subject: [PATCH] fix(hel1): Default cluster-ca --- values/env-hel1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/values/env-hel1.yaml b/values/env-hel1.yaml index 2a68001b..ba77b28f 100644 --- a/values/env-hel1.yaml +++ b/values/env-hel1.yaml @@ -9,6 +9,7 @@ clusterConfig: etcd_nodes: ["10.0.1.2, 10.0.1.4, 10.0.1.5"] k8s_nodes: [""] cluster: "hel1" + ingress_clusterissuer: "cluster-ca" ingress_nodes: ["controlplane-1, controlplane-2, controlplane-3"] ingress_replica_count: 3 ingress_loadbalancer: true