sdirbach opened a new issue #2379: URL: https://github.com/apache/camel-k/issues/2379
Hi, when I try to update an Integration using `kamel run` I get this error: ``` $ kamel run SimpleRestDSL.java No IntegrationPlatform resource in <namespace> namespace Error: integrations.camel.apache.org "simple-rest-dsl" is forbidden: User "<user>" cannot update resource "integrations/status" in API group "camel.apache.org" in the namespace "<namespace>" ``` I think this may be, because an empty status element is created for the Integration object (which may be observed using `-o yaml`) Strange enough, but using the yaml output and piping it to the oc command works: `kamel run SimpleRestDSL.java -oyaml|oc apply -f -` Any idea where this may come from? The Camel K Operator / kamel version is 1.4.0 Kind regards, Sascha -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org