Skip to content

Adding default prometheusRule in helmChart to watch out of sync secrets#1980

Open
William-LP wants to merge 2 commits into
bitnami:mainfrom
William-LP:main
Open

Adding default prometheusRule in helmChart to watch out of sync secrets#1980
William-LP wants to merge 2 commits into
bitnami:mainfrom
William-LP:main

Conversation

@William-LP

Copy link
Copy Markdown

Description of the change

This change adds support for deploying a PrometheusRule resource for the Sealed Secrets Helm chart.
It allows users to define alerting rules for Sealed Secrets via values.yaml under metrics.prometheusRule.

Benefits

  • Enables native Prometheus Operator alerting integration
  • Allows users to define and customize alert rules via Helm values
  • Aligns with existing ServiceMonitor pattern in the chart
  • Improves observability of Sealed Secrets synchronization state

Possible drawbacks

  • Introduces additional configuration complexity for users not using Prometheus Operator
  • Users must ensure Prometheus Operator CRDs are installed for PrometheusRule to be applied

Applicable issues

  • fixes #

Additional information

PrometheusRule is optional and disabled by default (enabled: false) to avoid unintended alerts in new deployments.

Signed-off-by: William-LP <10053686+William-LP@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant