Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the ability to combine multiple references when setting a single helm value #119

Open
jcooklin opened this issue Jan 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jcooklin
Copy link

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 am unable to provide a value for "redis.external.addr" which requires the form :. The connection details which are written by the aws provider give the host and port as separate keys however since this chart combines them I unable to easily use the helm provider. The helm provider provides a direct replacement value substitution but no transformation or templating.

How could Crossplane help solve your problem?

Some kind of basic templating would be really helpful. Given an array of references (config or secrets) and a template "%s:%s this issue could be easily addressed.

@jcooklin jcooklin added the enhancement New feature or request label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant