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 cronjobs still aren't created in the right namespace all the time #1356

Open
adejanovski opened this issue Jun 17, 2024 · 0 comments

Comments

@adejanovski
Copy link
Contributor

adejanovski commented Jun 17, 2024

At the moment the cronjobs will either create MedusaTasks on the dc namespace if it's defined or on the operator namespace if not.
There's a third quite common case that is not handled here which is when the K8ssandraCluster object is created in a different namespace than the operator and the dc namespace isn't specified (which will then create them in the K8ssandraCluster namespace).

We need to cover this case as well.

### Definition of Done
- [ ] The K8ssandraCluster object namespace should be used if the dc doesn't have a namespace.

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant