Deploy awx-operator 0.24.0
a.cd ~
b. git clone https://github.com/ansible/awx-operator.git
c. cd awx-operator
d. git checkout 0.24.0 # Checkout the version to upgrade to # Deploy AWX Operator
e. export NAMESPACE=hpeda # Specify the namespace where the old AWX Operator exists
f. make deploy
Here is updated steps and let me know if there is any missing/error steps
Deploy awx-operator 0.24.0
a.cd ~
b. git clone https://github.com/ansible/awx-operator.git
c. cd awx-operator
d. git checkout 0.24.0 # Checkout the version to upgrade to # Deploy AWX Operator
e. export NAMESPACE=hpeda # Specify the namespace where the old AWX Operator exists
f. make deploy