From 0e992a5d8abd89fa1a0e36c79d84849ad9f16315 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 6 Apr 2025 15:09:44 +0200 Subject: [PATCH] fix s3url --- velero/src/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velero/src/values.yaml b/velero/src/values.yaml index ab87d12..9ad822e 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -345,7 +345,7 @@ configuration: config: region: nas s3ForcePathStyle: true - s3Url: http://192.168.10.1:9001 + s3Url: http://192.168.10.1:9000 # kmsKeyId: # resourceGroup: # The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)