squakez commented on code in PR #4740: URL: https://github.com/apache/camel-k/pull/4740#discussion_r1327328150
########## 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: Okey. Just let me know when it's good to merge then. Thanks! -- 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