Move database credentials away from ConfigMaps #283
Labels
feature-request
New feature or request that needs to be turned into Epic/Story details
size:M - 3
Sizing estimation point
Milestone
Description
One basic Kubernetes concept is to store sensitive information in Secret objects. At this moment database credentials are kept in ConfigMap.
This feature aims to move database passwords away from ConfigMap in favour of Secret.
Related issue: #268
The text was updated successfully, but these errors were encountered: