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 want the local application.properties file to have a bigger priority than Kubernetes ConfigMap.
Something like spring.cloud.config.allow-override: false in "classic" spring cloud.
Is it possible?
The text was updated successfully, but these errors were encountered:
I believe that this can be achieved using spring.cloud.config.overrideNone=true in the config map, which will set the configuration in the configmap with a lower priority than the local application.properties
I want the local application.properties file to have a bigger priority than Kubernetes ConfigMap.
Something like
spring.cloud.config.allow-override: false
in "classic" spring cloud.Is it possible?
The text was updated successfully, but these errors were encountered: