diff --git a/galaxy/README.md b/galaxy/README.md index 5e34000..a433c8c 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -521,15 +521,14 @@ Push files in `collection-demo` to your SCM, and create new Project in AWX in st To use your Execution Environment on your Galaxy NG through AWX, Kubernetes have to be able to pull images from your Galaxy NG. -To achieve this, create new user on Galaxy NG (of course `admin` works but not recommemded), create a `registries.yaml`, and then restart K3s. +If the endpoint of the Galaxy NG you created is HTTPS with a Self-Signed Certificate, you need to disable SSL validation for the registry. + +To achieve this, create a `registries.yaml`, and then restart K3s. ```bash sudo tee /etc/rancher/k3s/registries.yaml <