Skip to content

Add 'path_style' to object storage config secret

Mitchell Nielsen requested to merge fix-minio-path-style into master

Adds 'path_style' configuration to object storage secret. This fixes an issue where uploading objects from GitLab was throwing an error "Name or service not known".

Closes https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/issues/129

Test instructions

  1. Deploy the operator to a cluster
  2. Wait for webservice pods to be up
  3. Create a new issue
  4. Attempt to paste an image into the issue description and confirm that it works
Edited by Mitchell Nielsen

Merge request reports