mattttv opened a new issue, #6444:
URL: https://github.com/apache/camel-k/issues/6444
### Bug description
Hello guys!
since upgrading to 2.9.0 we have following problem with the integration
MYINTEGRATION inside namespace NYNAMESPACE: [1]
after modifying the role camel-k-operator.v2.9.0--MYHASH inside the
namespace and adding following lines the error vanishes:
```
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
```
we still have 2.8.0 installed on other namespaces and the roles there still
have these lines present. I believe this was wrongfuly deleted?
Thanks for any help,
Matt
[1] `Cannot reconcile Integration MYINTEGRATION: error during trait
customization: container trait execution failed: failed to get namespace
"MYNAMESPACE": namespaces "MYNAMESPACE" is forbidden: User
"system:serviceaccount:MYNAMESPACE:camel-k-operator" cannot get resource
"namespaces" in API group "" in the namespace "MYNAMESPACE"`
### Camel K or runtime version
2.9.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]