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
I prefer to have config file in file application needs, in my case logging.xml not a ConfigMap in yaml with xml data.
So my solution for that would be using configMapGenerator but it creates CM with new name every time configuration changes. And it is not necessary as application reloads them anyway and we do not need to restart it. Its is startup time is horrible (monolith
working on splitting into services). Is it possible have configuration in separate file as in configMapGenerator, but still keep the same name of the CM?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I prefer to have config file in file application needs, in my case
logging.xml
not a ConfigMap in yaml with xml data.So my solution for that would be using
configMapGenerator
but it creates CM with new name every time configuration changes. And it is not necessary as application reloads them anyway and we do not need to restart it. Its is startup time is horrible (monolithconfigMapGenerator
, but still keep the same name of the CM?Beta Was this translation helpful? Give feedback.
All reactions