provider-helm
provider-helm copied to clipboard
Crossplane Helm Provider
### What happened? If a resource that is part of a release is edited manually (i.e. via `kubectl edit`), the controller does not update the release during the next reconcile....
### What problem are you facing? Currently, install and upgrade calls using helm go client is blocking which means, reconcile loop is being blocked until deployment is done. Since we...
### What problem are you facing? We are attempting to set a custom application version and found that appVersion is not supported. ### How could Crossplane help solve your problem?...
### What happened? I attempted to install the strimzi operator using the Helm Release from Crossplane. I get the following error when crossplane attempts to install the chart: ```yaml -...
### What problem are you facing? From https://crossplane.slack.com/archives/CEG3T90A1/p1647335790153809?thread_ts=1647335364.461669&cid=CEG3T90A1: I'm observing that a single XRC with a composition provisionning 4 kubernetes provider Objects is taking ~30-60s to become ready on a...
### What problem are you facing? Using the aws provider and creating a redis server I am unable to install the chart goharbor (https://helm.goharbor.io) using the helm provider since I...
### What happened? Scenario: I'm using the provider-helm as a workaround (until https://github.com/crossplane-contrib/provider-kubernetes/pull/21 is merged) to create a secret on a remote cluster. This secret is intended for use by...
### What problem are you facing? EKS only supports IAM based authentication, unless you go a roundabout way and use an OIDC provider. This means that the helm provider is...
### What problem are you facing? set secrets from cloudprovider backends like AWS SecretManager, ParameterStore ### How could Crossplane help solve your problem? we could implement https://github.com/variantdev/vals and can configure...
### What happened? I was trying to update the lables of podtemplate of the wordpress example with the following patch - patch: |- - op: add path: /spec/template/metadata/labels value: team-name:...