claudio4j opened a new pull request, #5558:
URL: https://github.com/apache/camel-k/pull/5558

   <!-- Description -->
   
   The e2e test sets the namespace to a restricted PSA.
   When the integration is run in openshift, it sets the correct 
`securityContext` to run with no privileges:
   ``` 
   securityContext:
     allowPrivilegeEscalation: false
     capabilities:
       drop:
       - ALL
     runAsNonRoot: true
     runAsUser: 1000650000
     seccompProfile:
       type: RuntimeDefault
   ```
   
   The pod runs just fine with no errors.
   So, this is just to disable this test in openshift.
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to