From 803c5079686362d7067f8b40b5ae2fa96005bb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Tarot?= Date: Wed, 29 May 2024 18:34:32 +0200 Subject: [PATCH] Fix admonition block title --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 19f7fe2a7..4567f81db 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -65,7 +65,7 @@ It will install the controller in the `ingress-nginx` namespace, creating that n helm show values ingress-nginx --repo https://kubernetes.github.io/ingress-nginx ``` -!!! attention helm install on AWS/GCP/Azure/Other providers +!!! attention helm install on AWS/GCP/Azure/Other providers There have been too many attempts at using helm to install the controller on the cloud infra like AWS/GCP/Azure/Other. The ingress-nginx-controller helm-chart is a generic install out of the box.