From f7befd78c6694c4a05cbf26b64754165d8354c18 Mon Sep 17 00:00:00 2001 From: Ofirfr Date: Fri, 25 Oct 2024 14:14:06 +0300 Subject: [PATCH] support externalClusters Signed-off-by: Ofirfr --- charts/cluster/templates/cluster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/cluster/templates/cluster.yaml b/charts/cluster/templates/cluster.yaml index 169683fef..1a4e852bb 100644 --- a/charts/cluster/templates/cluster.yaml +++ b/charts/cluster/templates/cluster.yaml @@ -102,3 +102,4 @@ spec: {{- end }} {{ include "cluster.bootstrap" . | nindent 2 }} {{ include "cluster.backup" . | nindent 2 }} + {{ include "cluster.externalClusters" . | nindent 2 }}