-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Feature] add binaryData field to Configmaps #106
Comments
@EugenFo Kapitan is not tied to kubernetes per se. I feel like you meant to request this feature in the kapitan-reference repo - if that's correct, please reopen in that repo. Thanks |
Transferred the issue to the appropriate project |
I might just have found some time to work on this. Question: Being it binary data, does it make sense to have support for a template (which is text?) I cannot see reasons to have anything other than
|
Thank you @ademariag for working on this. I also can't reasons to have any support for templates. It might be that there will be some super edge cases for this. The example from the issue opening was just some arbitrary random example stuff, you know. So I'm super fine if there is only support for |
Describe the feature
A configmap can take a data or binaryData field. Kapitan only allows the data field.
Expected behavior
When defining an "config_maps" dict, I would love to see that I can choose between "data" and "binaryData".
So something like:
And maybe add another option to let kapitan encode the template to base64 before writing it into the configmap.
Thank you!
The text was updated successfully, but these errors were encountered: