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
I am using provider-aws-ecr and having issues with ReplicationConfiguration where when I add repositoryFilter array, I get the following error
CannotObserveExternalResource 38s (x16 over 12m) managed/ecr.aws.upbound.io/v1beta1, kind=replicationconfiguration cannot run refresh: refresh failed: Insufficient destination blocks: A │
│ t least 1 "destination" blocks are required.
I am following the ReplicationConfiguration Schema and I should be able to have rule with destination and reposityFilter. However whenever I add respositoryFilter I get the error above.
You are using the official Upbound provider but this is old provider-aws that is maintained by the community. You want to file a bug at https://github.com/upbound/provider-aws.
What happened?
I am using
provider-aws-ecr
and having issues with ReplicationConfiguration where when I add repositoryFilter array, I get the following errorI am following the ReplicationConfiguration Schema and I should be able to have
rule
withdestination
andreposityFilter
. However whenever I addrespositoryFilter
I get the error above.How can we reproduce it?
The below does create an ecr repository, but fails to to create
ReplicationConfiguration
Note if I remove the
repositoryFilter
configuration as seen below theReplicationConfiguration
is created and there are no issues.What environment did it happen in?
Crossplane version: 1.13
-->
The text was updated successfully, but these errors were encountered: