Hi, I’ve deployed AWX 17.1.0 on a Kubernetes cluster using the install playbook and I’m trying to edit the AWX branding logos to a custom one.
What I’ve tried so far:
- Editing the logo-header.svg and logo-login.svg in \awx\ui_next\public\static\media
- This does nothing. I realized that the svgs I was editing were of potatoes that never even displayed on the deployment, so of course my changes wouldn’t show up
- Downloading the awx-logos repo as a sibling, editing the logos in the downloaded repo, and setting the value “awx_official=true” in the inventory.
- This leads me to believe that the aws-logos repo never would change anything in the first place. Why is it there anyways?
- Using the UI to manually edit the logo from within AWX.
- Unfortunately, I get this screen, with an evil-looking smug smiley face. I thought this feature already existed long ago!
How on earth do I change the logo? At this point it seems as if it’s baked already into the Docker Image…
Given that there’s no master node in the Kubernetes deployments, and no storage volumes to access, Is there even a way to manually push the new files to the cluster???
Do I need to remake the docker image?