diff --git a/images/webhooks/src/handlers/lscValidator.go b/images/webhooks/src/handlers/lscValidator.go index a019d15b..ff54a258 100644 --- a/images/webhooks/src/handlers/lscValidator.go +++ b/images/webhooks/src/handlers/lscValidator.go @@ -114,6 +114,7 @@ func LSCValidate(ctx context.Context, _ *model.AdmissionReview, obj metav1.Objec klog.Info("Enabling thin pools support") patchBytes, err := json.Marshal(map[string]interface{}{ "spec": map[string]interface{}{ + "version": 1, "settings": map[string]interface{}{ "enableThinProvisioning": true, },