Cameron Boulton

Results 23 comments of Cameron Boulton

~@negz I have confirmed we are seeing this not just at creation!~ ~I have two `provider-aws` `queues.sqs.aws.crossplane.io` Managed Resources that are 209d old and after upgrading our Kubernetes cluster (which...

Excited to see this proposal and discussion! This is a critical need for us as I migrate our existing Terraform managed infra to Crossplane. @jessesanford captured the reality well that...

@mf-lit Thanks for creating this issue and #2253. I've now gone down the rabbit hole trying to get things working and also using `Queue`. I'm going to document the journey...

> Helm uninstall seems to respect the annotation now, tried latest version `version.BuildInfo{Version:"v3.12.3", GitCommit:"3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e", GitTreeState:"clean", GoVersion:"go1.20.7"}` This is NOT the case for me even on `version.BuildInfo{Version:"v3.12.3", GitCommit:"3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e", GitTreeState:"clean", GoVersion:"go1.20.7"}` `helm.sh/resource-policy=keep`...

Flash forward almost 1.5 years from my creation of this issue and I'm hitting what I think is a different variation of this problem. Currently running `crossplane:v1.14.4` and `crossplane-contrib/provider-aws:v0.46.0` (`crossplane-contrib/provider-aws:v0.45.2`...

@marctc @unixwitch Can you comment here? If you are no longer able to maintain would you be open to adding additional maintainers as @philpep asked previously? Thank you!

@chrisbulgaria Based on the descriptions in the link you provided those all MySQL operators: solutions for deploying and operating MySQL ON Kubernetes; not interacting with an external MySQL cluster (outside...

FYI @inteon, let me know if you would like me to make a separate Issue to correspond to this PR and/or if you need anything else from me.

Indirectly related to this, I had asked about implementing `go-getter` for `bases` too such that top-level keys like `helmDefaults`, etc. could be layered from remote sources (instead of just local...

Okay, finally had some time to dig in and solve this. There are multiple pieces: 1. After tracing the code I was wrong: `bases` DOES already support the remote file/directory/go-getter...