LuboTerifaj opened a new issue, #2174: URL: https://github.com/apache/incubator-kie-tools/issues/2174
kn workflow deploy fails using developer user. #### Environment - Openshift local (crc) - Serverless Operator 1.31 from operator hub - enabled knative servising and eventing #### Steps to reproduce: 1. kn workflow create -n my-sonataflow-project 2. cd ./my-sonataflow-project 3. kn workflow deploy #### Error message: ``` Name: "hello", Namespace: "sonataflow" from server for: "/tmp/manifests1772672711/01-sonataflow_hello.yaml": sonataflows.sonataflow.org "hello" is forbidden: User "developer" cannot get resource "sonataflows" in API group "sonataflow.org" in the namespace "sonataflow" has a errorError: ❌ ERROR: applying deploy: ❌ ERROR: failed to deploy manifest /tmp/manifests1772672711/01-sonataflow_hello.yaml, ❌ ERROR: failed to execute kubectl apply command for /tmp/manifests1772672711/01-sonataflow_hello.yaml: exit status 1 ``` Originally reported by @Dmarrazzo -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
