You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vcluster/_fragments/patches.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ import CodeBlock from '@theme/CodeBlock';
5
5
6
6
Patches are additions to a vCluster YAML configuration that customize how resources sync between a virtual cluster and its host cluster.
7
7
8
-
By default, vCluster [syncs specific resources](../../../../../../../../vcluster/_fragments/how-does-syncing-work.mdx) between virtual and host clusters. To customize the sync behavior, you can use patches to specify which fields to modify, exclude, or override during syncing.
8
+
By default, vCluster [syncs specific resources](/docs/vcluster/next/configure/vcluster-yaml/sync/how-does-syncing-work) between virtual and host clusters. To customize the sync behavior, you can use patches to specify which fields to modify, exclude, or override during syncing.
9
9
10
10
Patches can provide greater control over syncing by preventing unintended changes, preserving critical settings, and ensuring only necessary updates are applied.
0 commit comments