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

Add volume builder helper to operator-rs #5

Closed
3 tasks done
nightkr opened this issue Sep 27, 2022 · 0 comments
Closed
3 tasks done

Add volume builder helper to operator-rs #5

nightkr opened this issue Sep 27, 2022 · 0 comments

Comments

@nightkr
Copy link
Member

nightkr commented Sep 27, 2022

Description

Similar to the secret operator, the listener operator requires volume mounts in each pod. This should be added to the operator-rs for all operators to use (similar to the secret volume builder).

This is an example in the Kafka operator on how to configure a volume for the listener operator: https://github.com/stackabletech/kafka-operator/blob/d963287af3ba8f21039751e6af4931ca8925fb6b/rust/operator/src/kafka_controller.rs#L649.

Acceptence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants