dimas-b commented on code in PR #3798: URL: https://github.com/apache/polaris/pull/3798#discussion_r2817367223
########## helm/polaris/helm.md.gotmpl: ########## @@ -127,6 +127,7 @@ fail if these resources are not created beforehand. You can find some examples i ```bash kubectl apply --namespace polaris -f helm/polaris/ci/fixtures/ kubectl wait --namespace polaris --for=condition=ready pod --selector=app.kubernetes.io/name=postgres --timeout=120s +kubectl wait --namespace polaris --for=condition=ready pod --selector=app.kubernetes.io/name=mongodb --timeout=120s Review Comment: Do we want to wait for mongo only when it is selected (same for PostreSQL)? -- 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]
