You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a GoogleCloudStorageSource resource, the --object-prefix flag of gcloud storage buckets notifications create command is not supported.
It looks like because it is not available in the CRD, the controller tries to recreate the notification configuration without this field.
When creating the notification without it, the source is working.
Is there another way to filter the events from the bucket?
When creating a
GoogleCloudStorageSourceresource, the--object-prefixflag ofgcloud storage buckets notifications createcommand is not supported.It looks like because it is not available in the CRD, the controller tries to recreate the notification configuration without this field.
When creating the notification without it, the source is working.
Is there another way to filter the events from the bucket?