Skip to content

Commit

Permalink
Fix registry storage secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Jan 3, 2024
1 parent 14b9a73 commit e612e48
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 @@ -81,7 +81,7 @@ let objectStoreUrl = "http://\(rook.objectStoreHost):\(strconv.FormatInt(rook.ob
template: {
engineVersion: "v2"
data:
connection: """
config: """
s3:
v4auth: true
regionendpoint: \(strconv.Quote(objectStoreUrl))
Expand Down

0 comments on commit e612e48

Please sign in to comment.