feat(readme): remove use of NAMESPACE var (#1028)

- it was used previously, but not anymore
This commit is contained in:
Fedor V
2022-08-25 22:21:58 +02:00
committed by GitHub
parent f8719db954
commit 1d341a21d0

View File

@@ -241,7 +241,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 -n $NAMESPACE
$ minikube service 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: