From 5137f151151e30c47cb44991d6dd83c92dda9ce7 Mon Sep 17 00:00:00 2001 From: Tom David--Broglio Date: Mon, 22 Jan 2024 18:57:31 +0100 Subject: [PATCH] typo et amelioration mineures --- HowtoAWX.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/HowtoAWX.md b/HowtoAWX.md index 5e7b9754..5c3cdf75 100644 --- a/HowtoAWX.md +++ b/HowtoAWX.md @@ -26,12 +26,24 @@ Déploiement de AWX Operator sur un cluster Kubernetes : Nous allons créer un dossier awx contenant notre configuration : ~~~{.bash} -$ tree awx +$ tree -L 3 awx awx -├── awx-demo-instance.yaml -└── kustomization.yaml -... -TODO +├── kustomization.yaml +├── awx-instances +│   ├── demo +│   │   ├── awx-instance.yaml +│   │   ├── kustomization.yaml +│   │   ├── traefik-whitelist-middleware.yaml +│   │   └── treafik-ingressroute.yaml +│   └── kustomization.yaml +├── awx-operator +│   └── kustomization.yaml +└── traefik + ├── kustomization.yaml + ├── traefik-dashboard-ingressroute.yaml + ├── traefik-helm-chart-config.yaml + ├── traefik-helm-config.yaml.old + └── whitelist-middleware.yaml ~~~ * un fichier kustomize qui va assembler `awx/kustomization.yaml` @@ -83,7 +95,7 @@ clusterrolebinding.rbac.authorization.k8s.io/awx-operator-proxy-rolebinding crea configmap/awx-operator-awx-manager-config created service/awx-operator-controller-manager-metrics-service created deployment.apps/awx-operator-controller-manager created -~~~{.bash} +~~~ ~~~{.bash} # voir ou en l'installation