From f76a014de2266710232f22aef080f7728c5a236b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 19 Jan 2024 23:33:43 -0700 Subject: [PATCH] Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md --- .../Rancher RKE2/AWX Operator/Ansible Operator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md index 00fc2a1..14e7424 100644 --- a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md +++ b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md @@ -26,7 +26,7 @@ ulimit -n 4096 ### Create the AWX deployment configuration files You will need to create these files all in the same directory using the content of the examples below. Be sure to replace values such as the `spec.host=awx.bunny-lab.io` in the `awx-ingress.yml` file to a hostname you can point a DNS server / record to. -``` yaml jsx title="/awx/kustomization.yml" +```jsx title="/awx/kustomization.yml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: @@ -38,7 +38,7 @@ images: newTag: 2.4.0 namespace: awx ``` -```yaml jsx title="/awx/awx.yml" +```jsx title="/awx/awx.yml" apiVersion: awx.ansible.com/v1beta1 kind: AWX metadata: @@ -46,7 +46,7 @@ metadata: spec: service_type: ClusterIP ``` -``` yaml jsx title="/awx/awx-ingress.yml" +```jsx title="/awx/awx-ingress.yml" apiVersion: networking.k8s.io/v1 kind: Ingress metadata: