Skip to content

Commit

Permalink
Update README.md (ansible#1147)
Browse files Browse the repository at this point in the history
Use awx namespace whent getting AWX instance URL
  • Loading branch information
dkelson authored Dec 7, 2022
1 parent cb50f4f commit 9bf896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ awx-demo-service NodePort 10.109.40.38 <none> 80:31006/TCP 3m56
Once deployed, the AWX instance will be accessible by running:

```
$ minikube service awx-demo-service --url
$ minikube service -n awx awx-demo-service --url
```

By default, the admin user is `admin` and the password is available in the `<resourcename>-admin-password` secret. To retrieve the admin password, run:
Expand Down

0 comments on commit 9bf896e

Please sign in to comment.