-
Notifications
You must be signed in to change notification settings - Fork 23
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
Determine system namespaces by label #380
Comments
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically closed due to the lack of recent activity. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically closed due to the lack of recent activity. |
Description
After kyma-project/community#922 is aligned and realized, the new contract of identifying managed namespaces by label should be leveraged as much as possible to avoid any hardcoding of namespaces. With the modularization of kyma, managed namespaces are created dynamically and so a dynamic filter is the perfect fit.
With that, all input sections of the pipelines should support a new way of selecting and defaulting namespaces.
So instead of using the old way of namespace selection like in:
We should introduce a new element:
Additionally, any guides like for Dynatrace where managed namespaces are filtered should get adjusted to use the selectors.
Criterias:
Reasons
Attachments
The text was updated successfully, but these errors were encountered: