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

k8ssandra-operator Deployment command should be configurable from Helm values #1351

Open
c3-clement opened this issue Jun 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@c3-clement
Copy link
Contributor

c3-clement commented Jun 12, 2024

What is missing?

In the Helm Chart, the k8ssandra-operator command is hardcoded in the Deployment manifest https://github.com/k8ssandra/k8ssandra-operator/blob/main/charts/k8ssandra-operator/templates/deployment.yaml#L31 .

It would be great to be able to configure the command field from Helm values.

Why do we need it?

When using a non-standard image, the k8ssandra-operator binary might be at different location than /manager .

In our use-case, we are using a bundled image that contains both k8ssandra-operator and cass-operator binaries.
Therefore, k8ssandra-operator Deployment command needs to be set to /k8ssandra-operaror-manager and cass-operator Deployment needs to be set to/cass-operator-manager .

@c3-clement c3-clement added the enhancement New feature or request label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant