Open siom79 opened 2 months ago
This issue is currently awaiting triage.
SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
Eschewed features
What would you like to have added?
The
configMapGenerator
appends to the name of the generated ConfigMap a hash value that allows restarting the containers that actually use this ConfigMap when used together with GitOps tools like ArgoCD.Why is this needed?
Enhance the existing functionality of the
configMapGenerator
such that it additionally accepts an existing ConfigMap.``Can you accomplish the motivating task without this feature, and if so, how?
Currently properties files and env files are supported but not existing ConfigMaps.
In my setup I have a large existing ConfigMap that I do not want to convert into a properties or env file, but I want that the
configMapGenerator
appends the hash.What other solutions have you considered?
Converting the large ConfigMap into properties files. :wea
Anything else we should know?
No response
Feature ownership