-
Notifications
You must be signed in to change notification settings - Fork 73
Support for file-like configmap keys in the kubernetes provider #775
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Thanks for sharing the feedback, @landintrees. This is in our roadmap to support. |
@landintrees In your example, you have several key-values in Azure App Configuration
You propose an option to create a file-style configMap using these key-values:
I'm wondering that is there any particular reason that you need an extra level
|
If you need to have multiple levels, you could leverage the key prefix.
|
Hi @RichardChen820, yes that would also work for us. The main requirement was for the ability to use file-like yaml file. |
Thanks, we are working on supporting it, please stay tuned. |
We are using the AKS flux extension to deploy helm releases and use the valuesFrom field to override helm values via a configmap. This requires the field be a file-like yaml file so flux can merge in the values into the chart. However the kubernetes provider creates a configmap with name-value pairs with cannot be merged in using the valuesFrom directive.
As an example, this is the configmap created by the AppConfigProvider:
It would be helpful for us if there was an option to output the key-values pairs into a file-like key like the example above to support flux's valuesFrom field.
The text was updated successfully, but these errors were encountered: