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 c5a10c6 commit d217ccdCopy full SHA for d217ccd
1 file changed
.github/workflows/deploy-test.yml
@@ -66,7 +66,7 @@ jobs:
66
helm install --debug --wait --timeout 2400s deploy-test charts/devlake \
67
--set service.uiPort=30000 \
68
--set mysql.useExternal=true \
69
- --set mysql.externalServer=mysql \
+ --set mysql.externalServer=mysql.default.svc.cluster.local \
70
--set lake.encryptionSecret.secret=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
71
72
- name: Helm install devlake
0 commit comments