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

Generate Helm Chart for an Operator (MVP) #621

Closed
Tracked by #668
csviri opened this issue Jun 9, 2023 · 3 comments · Fixed by #665
Closed
Tracked by #668

Generate Helm Chart for an Operator (MVP) #621

csviri opened this issue Jun 9, 2023 · 3 comments · Fixed by #665
Assignees

Comments

@csviri
Copy link
Contributor

csviri commented Jun 9, 2023

This can be done in a quite generic way, has also the benefit that it will work in all modes regarding namespace configuration:

  1. whole cluster is watched
  2. set of namespaces is watched
  3. just one namespace is watched

So helm can generate the target roles and role bindings.

@csviri csviri self-assigned this Jun 9, 2023
@csviri
Copy link
Contributor Author

csviri commented Jun 9, 2023

@metacosm should be this a separate module, just as for the OLM, or can be part of the core extension?

@metacosm
Copy link
Member

metacosm commented Jun 9, 2023

Not sure. I was thinking it should be part of the core extension but then, if it is, people wouldn't be able to disable it easily via a maven profile, for example. So it might be better as a separate module?

@csviri
Copy link
Contributor Author

csviri commented Jun 9, 2023

or disable it via property? would be the easiest way probably

@csviri csviri changed the title Generate Helm Chart for an Operator Generate Helm Chart for an Operator (MVP) Jul 27, 2023
@csviri csviri linked a pull request Jul 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants