Hi,
I have written a custom credential plugin for AWX, that I have tested successfully running in my local basic docker AWX development environment. What I am now struggling with is how to actually install it in my live environment on K3S.
The instructions that are available anywhere all refer to either legacy, or the development environment approach, none of it is relevant to AWX Operator.
Basically, which containers / pods am I installing it into? Are the credential plugins part of the web container, or the control plane EE? Whichever one they are part of, how do I actually install it? I have compiled my plugin into a wheel package and it is available in my private repo.
I have been unable to find a clear set of instructions on how to do it either via AWX Operator (preferred obviously) or manually post deployment into running containers (that would do me as a test, as then I would at least know where to put it in the Operator spec).
Thanks in advance.