-
Story
-
Resolution: Unresolved
-
Critical
-
None
-
3
-
Documentation (Ref Guide, User Guide, etc.), User Experience
-
`targetNamespace` restriction introduced in OpenShift environment. `openshift-operators` namespace is not allowed as `targetNamespace`.
-
---
-
---
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)
- clones
-
SRVKP-2868 Using openshift-operators as a targetNamespace should not be allowed
- Closed
- documents
-
SRVKP-2868 Using openshift-operators as a targetNamespace should not be allowed
- Closed
- links to