-
Notifications
You must be signed in to change notification settings - Fork 47
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
[release-v0.18] fix: replacing of namespace annotation when openshift-cnv namespace is set #687
[release-v0.18] fix: replacing of namespace annotation when openshift-cnv namespace is set #687
Conversation
…t in ssp CR When ssp CR contains kubevirt namespace as a target namespace for pipelines, ssp operator recognized this namespace as user defined and deployed configmaps and roleBindings to a single namespace, instead of two namespaces. That broke our default pipeline flow. This change adds a check if the pipeline namespace in the CR is kubevirt, then it is not used as a user defined namespace and kubevirt.io/tekton-piplines-deploy-namespace annotation is used instead. rename kubevirt.io/deploy-namespace annotation to kubevirt.io/tekton-piplines-deploy-namespace Signed-off-by: Karel Simon <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akrejcir The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@kubevirt-bot: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test e2e-functests |
@ksimon1: No presubmit jobs available for kubevirt/[email protected] In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #683
/assign ksimon1