Closed patsevanton closed 1 month ago
I tried to add the following annotation to ensure resources are deleted upon Helm uninstallation:
metadata:
annotations:
helm.sh/resource-policy: delete
However, the Helm uninstall operation did not delete the existing deployments.
This issue is stale because it has been open for 30 days with no activity.
Issue: Some Deployments are Not Deleted During
helm uninstall
Description:
When running
helm uninstall
, several deployments are not deleted, even though they are part of the Helm release. This issue persists despite the Helm release being successfully uninstalled.Affected Deployments:
The following deployments are not deleted:
sentry-billing-metrics-consumer
sentry-generic-metrics-consumer
sentry-ingest-consumer-attachments
sentry-ingest-consumer-events
sentry-ingest-consumer-transactions
sentry-ingest-monitors
sentry-ingest-occurrences
sentry-ingest-replay-recordings
sentry-issue-occurrence-consumer
sentry-metrics-consumer
sentry-post-process-forward-errors
sentry-post-process-forward-issue-platform
sentry-post-process-forward-transactions
sentry-relay
sentry-snuba-consumer
sentry-snuba-generic-metrics-counters-consumer
sentry-snuba-generic-metrics-distributions-consumer
sentry-snuba-generic-metrics-sets-consumer
sentry-snuba-group-attributes-consumer
sentry-snuba-metrics-consumer
sentry-snuba-outcomes-billing-consumer
sentry-snuba-outcomes-consumer
sentry-snuba-replacer
sentry-snuba-replays-consumer
sentry-snuba-spans-consumer
sentry-snuba-subscription-consumer-events
sentry-snuba-subscription-consumer-metrics
sentry-snuba-subscription-consumer-transactions
sentry-snuba-transactions-consumer
sentry-subscription-consumer-events
sentry-subscription-consumer-generic-metrics
sentry-subscription-consumer-metrics
sentry-subscription-consumer-transactions
Steps to Reproduce:
Expected Behavior:
All deployments associated with the Helm release should be deleted upon running
helm uninstall
.Actual Behavior:
Several deployments remain undeleted after the Helm release is uninstalled.