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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to