Bumping versions

This commit is contained in:
buildmaster
2023-05-16 15:12:49 +00:00
parent 2600cb6645
commit 22fb83d3c1

View File

@@ -965,6 +965,11 @@ such a method. This, in turn, could be configured via environment properties. Fo
Failure to find a namespace from the above steps will result in an Exception being raised.
[[order_of_configMaps_and_secrets]]
=== Order of ConfigMaps and Secrets
If, for whatever reason, you enabled both configmaps and secrets, and there is a common property between them, the value from the ConfigMap will have a higher precedence. That is: it will override whatever values are found in secrets.
=== `PropertySource` Reload
WARNING: This functionality has been deprecated in the 2020.0 release. Please see