Skip to content

Commit

Permalink
registry doesn't like empty region
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Jan 3, 2024
1 parent e612e48 commit 044d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/gitlab/buckets.cue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ let objectStoreUrl = "http://\(rook.objectStoreHost):\(strconv.FormatInt(rook.ob
v4auth: true
regionendpoint: \(strconv.Quote(objectStoreUrl))
pathstyle: true
region: ""
region: "home"
bucket: \(strconv.Quote(#bucket.spec.bucketName))
accesskey: {{ .aws_access_key_id | quote }}
secretkey: {{ .aws_secret_access_key | quote }}
Expand Down

0 comments on commit 044d729

Please sign in to comment.