From db30949b77775ff354bcc99a07c10e7e6e79f804 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Mon, 26 Jul 2021 09:36:18 -0400 Subject: [PATCH] fix: update description about registry --- galaxy/README.md | 16 +++++++++++----- registry/README.md | 12 ++++++++---- 2 files changed, 19 insertions(+), 9 deletions(-) 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 <