Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medusa purge cronjob should be created in the operator namespace #1226

Closed
emerkle826 opened this issue Feb 28, 2024 · 0 comments · Fixed by #1227
Closed

Medusa purge cronjob should be created in the operator namespace #1226

emerkle826 opened this issue Feb 28, 2024 · 0 comments · Fixed by #1227
Assignees
Labels
bug Something isn't working done Issues in the state 'done'

Comments

@emerkle826
Copy link
Contributor

When creating the CronJob to purge Medusa backups, the initial implementation did not take into consideration that service accounts are namespaced scoped. As such, the CronJob is created in the namespace of the cluster, and not the operator. The CronJob should be created in the namesspace of the operator to function correctly in all deployments.

@emerkle826 emerkle826 added the bug Something isn't working label Feb 28, 2024
@emerkle826 emerkle826 self-assigned this Feb 28, 2024
@adejanovski adejanovski added the in-progress Issues in the state 'in-progress' label Feb 28, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' in-progress Issues in the state 'in-progress' and removed in-progress Issues in the state 'in-progress' ready-for-review Issues in the state 'ready-for-review' labels Feb 28, 2024
@adejanovski adejanovski added review Issues in the state 'review' and removed ready-for-review Issues in the state 'ready-for-review' labels Mar 7, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Issues in the state 'done'
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants