Hi all,
Upgrades using awx-operator work fine for me except on thing - credential secrets. After the upgrade it seems that the secrets cannot be unencrypted. Why is that?
I followed the following steps to upgrade from 2.3 to 2.4 awx operator.
-
Adjust the kustomization.yaml file - change tags to point to version 2.4
-
Delete the old awx-operator:
· kubectl -n awx delete deployment awx-operator-controller-manager
· kubectl -n awx delete serviceaccount awx-operator-controller-manager
- Then:
· kustomize build . | kubectl apply -f -
The upgraded version of Ansible AWX is working fine except my credential secrets which cannot be unencrypted thus jobs/inventories fail to update.
What am I’m missing?
Kind regards,
Michał