allow sync ingresses from vcluster to host

This commit is contained in:
behrooz
2025-11-29 19:38:30 +03:30
parent 785f5d9076
commit 4a8d9cd4bb

View File

@@ -76,7 +76,7 @@ sync:
# Ingresses defines if ingresses created within the virtual cluster should get synced to the host cluster. # Ingresses defines if ingresses created within the virtual cluster should get synced to the host cluster.
ingresses: ingresses:
# Enabled defines if this option should be enabled. # 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 defines if priority classes created within the virtual cluster should get synced to the host cluster.
priorityClasses: priorityClasses:
# Enabled defines if this option should be enabled. # Enabled defines if this option should be enabled.