From 22dbf24f8c3e4f4956fadfaf0f132525dd5ab9a2 Mon Sep 17 00:00:00 2001 From: Alessandro Pomponio <10339005+AlessandroPomponio@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:04:54 +0200 Subject: [PATCH] fix: remove provision:true as it would cause failures (#377) Signed-off-by: Alessandro Pomponio --- docs/user-guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index 20c21fff..a66aa838 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -151,8 +151,6 @@ spec: url: "https://dax-cdn.cdn.appdomain.cloud/dax-noaa-weather-data-jfk-airport/1.1.4/noaa-weather-data-jfk-airport.tar.gz" format: "application/x-tar" extract: "true" # <---- OPTIONAL, to extract the content of the archive - local: - provision: "true" # <---- Required to create a bucket in the backing store ``` ## Next steps