-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bucket not found: registry #58
Comments
I've also been playing around with that. Adding the link to a tmpBucket is necessary to have a clean restore, I have a patch for that and can submit it if you find it useful. But this is a different issue. |
I wonder if the registry bucket also needs to be mentioned in the appConfig section of |
@compalmanel That seems likely. A PR would be welcome. |
I've tried adding both:
and
to appConfig, but neither worked. I still get
when trying to execute |
At that point I don't think it's an issue with the Terraform module - it might be worth checking with GitLab about how those values must be provided (possibly the Helm chart isn't correct). |
I've deployed GitLab using the
terraform-google-gke-gitlab
module. Everything looks great, the container registry has been used without any issues.However we've noticed that the
backup-utility
emits this warning:In
values.yaml.tpl
the registry is being assigned storage, and that seems to work... However we might also need to expose the bucket to the backup utility?Just to be clear, the issue is that the bundled backup utility is not being able to access the registry bucket and doesn't include that in the tarball.
Can you please help?
Thank you
The text was updated successfully, but these errors were encountered: