Skip to content

Commit

Permalink
test fix for helm test
Browse files Browse the repository at this point in the history
  • Loading branch information
swedgwood committed Jul 19, 2023
1 parent 10960d3 commit 6c4b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
kubectl exec "${podName}" -- /usr/bin/create-account -url http://127.0.0.1:8008 -username alice -password somerandompassword

0 comments on commit 6c4b1fa

Please sign in to comment.