tembo-io / tembo

Goodbye Database Sprawl, Hello Postgres.
https://tembo.io
PostgreSQL License
1.09k stars 35 forks source link

update GCP storage bucket conditions to allow for restores to work #1043

Closed nhudson closed 1 day ago

nhudson commented 1 day ago

Update the GCP Storage Bucket condition to allow restores to work in GCP

fixes: PRO-2249

nhudson commented 1 day ago

Conductor tests will fail because it's using operator code from main which has the bug that this PR fixes.

nhudson commented 1 day ago

Running operator tests locally work just fine. I have no idea why they keep failing in CI