Aaron Eaton

Results 8 comments of Aaron Eaton

We've seen this error loading images on M1 Mac as well. Our colleagues on amd64 hardware are not able to reproduce using the same apps/configurations.

@muvaf Are we sure that GetParameters is the right place to look? I've been playing around with the generated code to see the results of interacting with GetParameters. I'm not...

I _think_ we want to provide the ability to inject a function [here](https://github.com/crossplane/terrajet/blob/1dfbdfcd7162105a67bd7ffb53b689f46a150450/pkg/terraform/files.go#L61). This would enable providers to "sanitize" connection secrets coming from other providers.

The `pullAndLoadChart` function is hard-coding a naming convention which at least one helm chart is not honoring. See https://github.com/crossplane-contrib/provider-helm/blob/003a0212edf080293e1d8d2f17cd3a33a42e2a73/pkg/clients/helm/client.go#L199 We could update `pullChart` to either rewrite chart names to the...

@bobh66 I believe the flow you an @negz discussed in the Crossplane Community meeting on 5/5 would work well. Cache a a local copy of the remote manifest within the...

- I wanted to reopen this as I have hit the same behavior as @cihangirbesiktas without helm. Here is what we are seeing: We had a development cluster running test...

Removing a field from the Composite definition would be a breaking change for version v1alpha1. To do this safely, a new version (e.g, `v1alpha2`) should be created with the field...

We're running into this as well, given that we want to create both Kubernetes Clusters and things that launch to those kubernetes clusters from various Claims. We currently make a...