Skip to content

Commit 5664ac9

Browse files
authored
Merge pull request #2539 from Syphon83/uploads_object_storage_fix
refs #2538: Fix Variables for UPLOADS in GCP
2 parents 3d751a1 + 86a3290 commit 5664ac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ production: &base
314314
path_style: {{GITLAB_UPLOADS_OBJECT_STORE_CONNECTION_AWS_PATH_STYLE}} # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'
315315
#end-uploads-aws
316316
#start-uploads-gcs
317-
google_project: {{GITLAB_ARTIFACTS_OBJECT_STORE_CONNECTION_GOOGLE_PROJECT}}
318-
google_client_email: {{GITLAB_ARTIFACTS_OBJECT_STORE_CONNECTION_GOOGLE_CLIENT_EMAIL}}
319-
google_json_key_location: {{GITLAB_ARTIFACTS_OBJECT_STORE_CONNECTION_GOOGLE_JSON_KEY_LOCATION}}
317+
google_project: {{GITLAB_UPLOADS_OBJECT_STORE_CONNECTION_GOOGLE_PROJECT}}
318+
google_client_email: {{GITLAB_UPLOADS_OBJECT_STORE_CONNECTION_GOOGLE_CLIENT_EMAIL}}
319+
google_json_key_location: {{GITLAB_UPLOADS_OBJECT_STORE_CONNECTION_GOOGLE_JSON_KEY_LOCATION}}
320320
#end-uploads-gcs
321321

322322
## Packages (maven repository, npm registry, etc...)

0 commit comments

Comments
 (0)