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
If a K8s secret is deleted before a Crossplane Secret the controller fails during reconcile and the external secret is never deleted.
Warning CannotObserveExternalResource 4m3s (x34 over 16h) managed/secret.secretsmanager.aws.crossplane.io isUpToDate check failed: failed to get Kubernetes secret: Secret "my-secret" not found
How can we reproduce it?
Create a Crossplane secret and a K8s secret
Delete K8s secret
Delete Crossplane secret
What environment did it happen in?
provider-aws v0.23.0
The text was updated successfully, but these errors were encountered:
What happened?
If a K8s secret is deleted before a Crossplane
Secret
the controller fails during reconcile and the external secret is never deleted.How can we reproduce it?
What environment did it happen in?
provider-aws v0.23.0
The text was updated successfully, but these errors were encountered: