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

Use label selector to add sources to a bundle #256

Closed
ocampeau opened this issue Dec 18, 2023 · 0 comments · Fixed by #258
Closed

Use label selector to add sources to a bundle #256

ocampeau opened this issue Dec 18, 2023 · 0 comments · Fixed by #258

Comments

@ocampeau
Copy link
Contributor

ocampeau commented Dec 18, 2023

The Bundle CR allows to specify a list of Secret and ConfigMap by name in the spec.sources. In environments where the list of certificates to add to the Bundle is dynamic, it can become complicated to maintain the Bundle.

Would it be possible to specify, in a Bundle spec, a label selector for Secret and ConfigMap? That way the Bundle could be automatically updated, based on labels on Secret and ConfigMap, when those resources are created, updated and deleted.

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

Successfully merging a pull request may close this issue.

1 participant