Allow option to exclude default keys from the generated secret #200
NominalTrajectory
started this conversation in
Ideas
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Description
Currently, the Postgres operator includes default keys (like
HOST
) in generated secrets. This causes conflicts when applications use these keys for their own purposes, preventing users from mounting the entire secret without overriding application variables.Proposed Feature
Add an option to fully override keys in the secret from the
secretTemplate
, allowing users to drop default keys instead of appending them.Benefits
Suggested Implementation
excludeDefaultKeys
that defaults tofalse
Beta Was this translation helpful? Give feedback.
All reactions