Merge pull request #13615 from TheRealHaoLiu/update-kind-devel-doc

update kind development environment instruction
This commit is contained in:
Hao Liu 2023-02-22 19:25:03 -05:00 committed by GitHub
commit 35e5610642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,8 @@ In the root of awx-operator:
-e image_version=devel \
-e image_pull_policy=Always \
-e service_type=nodeport \
-e namespace=awx
-e namespace=awx \
-e nodeport_port=30080
```
Check the operator with the following commands: