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
return"", "", fmt.Errorf("could not find key 'srcUri' in secret %s", secret.Name)
I've just ran into this while trying to configure a shovel, and i kept wondering why it couldn't find srcUri (which was there), but i had dstUri instead of destUri, which is where the error is coming from.
The text was updated successfully, but these errors were encountered:
messaging-topology-operator/controllers/shovel_controller.go
Line 54 in 2c5e17f
I've just ran into this while trying to configure a shovel, and i kept wondering why it couldn't find srcUri (which was there), but i had dstUri instead of destUri, which is where the error is coming from.
The text was updated successfully, but these errors were encountered: