Skip to content

Allow annotations to be added to a PostgresRole's secret #15

Description

@cryptobioz

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]string

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions