From 1d341a21d0a619b018f5b46a5c09fa586acd80e0 Mon Sep 17 00:00:00 2001 From: Fedor V Date: Thu, 25 Aug 2022 22:21:58 +0200 Subject: [PATCH] feat(readme): remove use of NAMESPACE var (#1028) - it was used previously, but not anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287319c2..9fd46ba9 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,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 -n $NAMESPACE +$ minikube service 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: