From 6d3d325a6268ce84dc6509d7c7ee72298b0815cd Mon Sep 17 00:00:00 2001 From: Julien D <150942337+jdaln@users.noreply.github.com> Date: Thu, 28 May 2026 17:36:18 +0200 Subject: [PATCH] fix: Modify clusterId in values.yaml for accuracy Updated clusterId to reflect the current deployment configuration. --- common/submariner/operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/submariner/operator/values.yaml b/common/submariner/operator/values.yaml index 3eed22e..0edf49c 100644 --- a/common/submariner/operator/values.yaml +++ b/common/submariner/operator/values.yaml @@ -3,7 +3,7 @@ # These override defaults from official submariner-operator chart # Cluster identification - Updated from actual deployment submariner: - clusterId: mip-tds-fqdn + clusterId: mip-fqdn # Network configuration - From deployed cluster clusterCidr: 10.42.0.0/16 # Pod network CIDR