KubernetesConfigurationClient respecting ConfigMap file name and environment #324
Labels
status: awaiting feedback
status: future consideration
The issue will be considered at a future date
status: next major version
The issue will be considered for the next major version
type: enhancement
New feature or request
In current version of micronaut-kubernetes name of file in ConfigMap has no any effect on application.
I think it would be better if it works like configs in application resources with same naming rules:
application-<env>
for example
would work only in
debug
environmentBecause in current version
environment
parameter inof
KubernetesConfigurationClient
is not used at all.I know it is breaking change, so it may be released with major version
The text was updated successfully, but these errors were encountered: