diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index af2750356c..9ebc7200c1 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -88,4 +88,4 @@ jobs: - name: Run create account run: | podName=$(kubectl get pods -l app.kubernetes.io/name=dendrite -o name) - kubectl exec "${podName}" -- /usr/bin/create-account -username alice -password somerandompassword \ No newline at end of file + kubectl exec "${podName}" -- /usr/bin/create-account -url http://127.0.0.1:8008 -username alice -password somerandompassword \ No newline at end of file