You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Documentation] Deploys workload and waits for ready status
24
+
Verify Application Deployed Correctly
25
+
[Documentation] Deploys an application and waits for it to be Healthy
26
+
... using the example from official docs: https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.20/html/running_applications/microshift-gitops#microshift-gitops-adding-apps_microshift-gitops
27
+
[Setup] Setup Application Deployment
19
28
20
-
VAR ${manifest_path}= ${CURDIR}/test-deployment.yaml
21
-
Oc Apply -f ${manifest_path} -n ${NAMESPACE}
29
+
Wait Until Resource Exists applications ${APPLICATION_NAME}${GITOPS_NAMESPACE} timeout=120s
0 commit comments