Update README.md (#1147)

Use awx namespace whent getting AWX instance URL
This commit is contained in:
Dax Kelson
2022-12-07 12:31:34 -07:00
committed by GitHub
parent cb50f4f3ac
commit 9bf896e37c

View File

@@ -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: