You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my testing it looks as though git2kube can place multiple config files into a single configmap.
It would be great if individual configmaps could be created per config file.
Example:
web-dev.txt
creates-
web-dev (configmap name)
data:
(contents of web-dev.txt)
rinse and repeat for other files.
The text was updated successfully, but these errors were encountered:
Stripping the extension from the file name places naming of data entries cleanly in the users hands with zero disruption to existing environments. Templating this would likely disrupt this and require more work on the user to conform to the template. Even applications in Kubernetes would likely have to change to pull the correct data from the config map.
From my testing it looks as though git2kube can place multiple config files into a single configmap.
It would be great if individual configmaps could be created per config file.
Example:
web-dev.txt
creates-
web-dev (configmap name)
data:
(contents of web-dev.txt)
rinse and repeat for other files.
The text was updated successfully, but these errors were encountered: