From 4a8d9cd4bbebcbc2a1e8f557326f18853db637eb Mon Sep 17 00:00:00 2001 From: behrooz Date: Sat, 29 Nov 2025 19:38:30 +0330 Subject: [PATCH] allow sync ingresses from vcluster to host --- vcluster-0.28.0/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcluster-0.28.0/values.yaml b/vcluster-0.28.0/values.yaml index 4867d94..86115e7 100644 --- a/vcluster-0.28.0/values.yaml +++ b/vcluster-0.28.0/values.yaml @@ -76,7 +76,7 @@ sync: # Ingresses defines if ingresses created within the virtual cluster should get synced to the host cluster. ingresses: # Enabled defines if this option should be enabled. - enabled: false + enabled: true # PriorityClasses defines if priority classes created within the virtual cluster should get synced to the host cluster. priorityClasses: # Enabled defines if this option should be enabled.