JovianX / helm-release-plugin

Helm3 plugin that pulls(re-creates) helm Charts from deployed releases, and updates values of deployed releases without the chart.
Apache License 2.0
97 stars 11 forks source link

TTL Pod stuck in 'Back-off restarting failed container' status #29

Open sergeisantoyo opened 1 year ago

sergeisantoyo commented 1 year ago

Tried using the plugin to set a TTL for one of my releases, but seems like there's an issue with permissions.

This is the output from the logs:

Error: uninstall: Release not loaded: my-release: query: failed to query with labels: secrets is forbidden: User "system:serviceaccount:my-namespace:default" cannot list resource "secrets" in API group "" in the namespace "my-namespace"

Is there a way to override the service account the ttl cronjob is using?

omfurman commented 1 year ago

I have exactly the same issue