-
Bug
-
Resolution: Done
-
Critical
-
None
-
2
-
False
-
None
-
False
-
-
-
-
Pipelines Sprint 237, Pipelines Sprint 238, Pipelines Sprint 239, Pipelines Sprint 240, Pipelines Sprint 245, Pipelines Sprint 246, Pipelines Sprint 247
Description of problem:
When setting targetNamespace to openshift-operators leads to some possible very weird behavior for other operators that are installed here.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install the operator
- Update tektonconfig to set the targetNamespace to openshift-operators
Actual results:
It is allowed, and it might break other operators or upgrades.
Expected results:
It is disallowed.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Additional info (Such as Logs, Screenshots, etc):
We should just update the tektonconfig_validation.go and disallow a set of hardcoded namespaces (like openshift-operators)
- is cloned by
-
RHDEVDOCS-5495 Using openshift-operators as a targetNamespace should not be allowed
- Pull Request Sent
- is documented by
-
RHDEVDOCS-5495 Using openshift-operators as a targetNamespace should not be allowed
- Pull Request Sent
- is related to
-
SRVKP-3530 updating "targetNamespace" in tektonConfig CR is not working as expected
- Closed
- links to