Awx-operator: Right way to Apply new Changes to the My-awx.yaml file

,

Hello Team, what is the right approach to push new changes I make to the my-awx.yaml file? I deployed awx 19 and everything is good, operators, awex-ee,tasks, etc. All is good.

But I’m not sure what is the right approach to apply new changes I make to the myawx.yaml file. Say If I need to add new mountvolume/custom mounts. update my ee_image, etc.

thanks, J

I guess… Just change the yml file… and do docker-compose up -d
Tye new change shall be added

oh . sorry…starting 18, they no longer use docker-compose. It’s all k8 now.