-
Notifications
You must be signed in to change notification settings - Fork 0
Allow annotations to be added to a PostgresRole's secret #15
Copy link
Copy link
Open
Labels
PostgresRoleenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
The operator currently creates Secrets as part of the reconciliation process for PostgresRole resources. However, there is no way to configure custom annotations on these generated Secrets.
This limitation makes it difficult to integrate with external tools and workflows that rely on annotations to trigger additional behavior.
Proposed Solution
Introduce an optional field in the PostgresRole spec:
spec:
secretAnnotations: map[string]stringReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PostgresRoleenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers