From 50e469e8b6af5d840f4d203bfa7ab77b48e0d7ae Mon Sep 17 00:00:00 2001 From: Jonas Hecht Date: Thu, 13 Feb 2025 15:29:36 +0100 Subject: [PATCH] Fixing 301 api error MovedPermanently: Moved Permanently via rename (see https://github.com/jonashackt/crossplane-aws-azure/issues/8) --- infrastructure/s3/simple-bucket.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/s3/simple-bucket.yaml b/infrastructure/s3/simple-bucket.yaml index 4b392a8..51ea58d 100644 --- a/infrastructure/s3/simple-bucket.yaml +++ b/infrastructure/s3/simple-bucket.yaml @@ -1,7 +1,7 @@ apiVersion: s3.aws.upbound.io/v1beta1 kind: Bucket metadata: - name: crossplane-argocd-s3-simple-bucket + name: crossplane-argocd-simple-bucket spec: forProvider: region: eu-central-1