gansheer commented on code in PR #4740: URL: https://github.com/apache/camel-k/pull/4740#discussion_r1327304082
########## 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: That's the target, I wanted to check the test was actually correct before extending it. But as it is I think I have some issues to fix first. -- 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