mirror of
https://github.com/rancher/k3k.git
synced 2026-08-19 04:16:16 +00:00
Fix PVC sync and sync defaults (#458)
* Fix PVC sync and sync defaults Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * Fix PVC sync and sync defaults Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * fixes to pvc sync Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * increase the timeout on the e2e test Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * configure the syncConfig correctly in vcp Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * update docs Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix policy unit test Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> * revert timeout of the test to 20 second Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -195,17 +195,6 @@ func newCluster(name, namespace string, config *CreateConfig) *v1alpha1.Cluster
|
||||
StorageClassName: ptr.To(config.storageClassName),
|
||||
StorageRequestSize: config.storageRequestSize,
|
||||
},
|
||||
Sync: v1alpha1.SyncConfig{
|
||||
ConfigMaps: v1alpha1.ConfigMapSyncConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
Secrets: v1alpha1.SecretSyncConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
Services: v1alpha1.ServiceSyncConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
},
|
||||
MirrorHostNodes: config.mirrorHostNodes,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user