What problem are you facing?
We use helm install --labels "y=z,one=two" etc to make managing helm releases easier, for example helm list --selector one=one. Seemingly this parameter is not exposed to crossplane.
How could Crossplane help solve your problem?
Expose the ability to specify labels in forProvider.
What problem are you facing?
We use
helm install --labels "y=z,one=two"etc to make managing helm releases easier, for examplehelm list --selector one=one. Seemingly this parameter is not exposed to crossplane.How could Crossplane help solve your problem?
Expose the ability to specify labels in
forProvider.