diff --git a/deploy/operations/ci/aws-1/test.sh b/deploy/operations/ci/aws-1/test.sh index c29884329..02154e5e0 100755 --- a/deploy/operations/ci/aws-1/test.sh +++ b/deploy/operations/ci/aws-1/test.sh @@ -38,7 +38,7 @@ cd "$BASEDIR/../../../services/helm-charts/dss" RELEASE_NAME="dss" helm dep update --kube-context="$KUBE_CONTEXT" helm upgrade --install --debug --kube-context="$KUBE_CONTEXT" -f "${WORKSPACE_LOCATION}/helm_values.yml" "$RELEASE_NAME" . -kubectl wait --for=condition=complete --timeout=3m job/rid-schema-manager-1 +kubectl wait --for=condition=complete --timeout=3m job --all # Test the deployment of the DSS kubectl apply -f test/test-resources.yaml