We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162a5f9 commit 8a47007Copy full SHA for 8a47007
.github/workflows/_e2e-test.yml
@@ -53,7 +53,7 @@ jobs:
53
fi
54
sleep 5
55
sudo apt install ansible -y
56
- ansible-playbook genai-studio.yml -e "container_registry=${OPEA_IMAGE_REPO}opea" -e "container_tag=${{ inputs.tag }}"
+ ansible-playbook genai-studio.yml -e "container_registry=${OPEA_IMAGE_REPO}opea" -e "container_tag=${{ inputs.tag }} -e "mysql_host=${OPEA_IMAGE_REPO%%:*}"
57
58
kubectl wait --for=condition=ready pod --all --namespace=studio --timeout=300s --field-selector=status.phase!=Succeeded
59
kubectl wait --for=condition=ready pod --all --namespace=monitoring --timeout=300s --field-selector=status.phase!=Succeeded
setup-scripts/setup-genai-studio/internal-dns-config.yaml
0 commit comments