From c098224904234f8aed35c5c07e34967cc72505ec Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 31 Jul 2024 23:51:30 -0600 Subject: [PATCH] Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md --- .../Servers/AWX/AWX Operator/Ansible AWX Operator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md index beabbf0..289a971 100644 --- a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md +++ b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md @@ -202,7 +202,7 @@ kubectl -n awx create configmap awx-kerberos-config --from-file=/awx/krb5.conf ### Create Custom DNS Host Records for Domain Controllers You will need to be sure that AWX is able to resolve the FQDNs of the domain controllers for Kerberos to be happy. We will do this by adding another config file in the `/awx` directory and applying it to the deployment. -```jsx title="/awx/ad_hosts.yml" +```jsx title="/awx/custom_dns_records.yml" apiVersion: v1 kind: ConfigMap metadata: @@ -216,7 +216,7 @@ data: Then we apply them with the following command: ``` sh -kubectl apply -f ad_hosts.yml +kubectl apply -f custom_dns_records.yml ``` ### Create an AWX Container Group