You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/09/15 13:36:20 UTC

[GitHub] [camel-k] squakez commented on a diff in pull request #4740: feat(core): Remove Openshift security warning message

squakez commented on code in PR #4740:
URL: https://github.com/apache/camel-k/pull/4740#discussion_r1327300005


##########
e2e/install/cli/install_test.go:
##########
@@ -55,6 +55,16 @@ func TestBasicInstallation(t *testing.T) {
 		Eventually(PlatformConditionStatus(ns, v1.IntegrationPlatformConditionReady), TestTimeoutShort).
 			Should(Equal(corev1.ConditionTrue))
 
+			// Check if default security context has been applyed
+		Eventually(OperatorPodHas(ns, func(pod *corev1.Pod) bool {

Review Comment:
   I wonder if these checks should be extended to OLM and Helm installation tests as well.



-- 
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-unsubscribe@camel.apache.org

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