From 9bf896e37c1551922001f0a15035f8cd9c4b4bef Mon Sep 17 00:00:00 2001 From: Dax Kelson Date: Wed, 7 Dec 2022 12:31:34 -0700 Subject: [PATCH] Update README.md (#1147) Use awx namespace whent getting AWX instance URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c71ca21..80ca1557 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ awx-demo-service NodePort 10.109.40.38 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 `-admin-password` secret. To retrieve the admin password, run: