From ac7c472f7c8844ed67fc3c4407535bef1b2d2218 Mon Sep 17 00:00:00 2001 From: Derek Noble Date: Mon, 11 Mar 2024 11:08:40 -0500 Subject: [PATCH] DOC: Note added to Ingress for Helm --- docs/infrastructure-ingress.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/infrastructure-ingress.md b/docs/infrastructure-ingress.md index 81a7e01c..574a0114 100644 --- a/docs/infrastructure-ingress.md +++ b/docs/infrastructure-ingress.md @@ -2,6 +2,11 @@ We need two different Ingress controllers, one in the `openstack` namespace, the other in the `ingress-nginx` namespace. The `openstack` controller is for east-west connectivity, the `ingress-nginx` controller is for north-south. +!!! note + + To deploy the ingress controller please ensure Helm is installed first ([Install Helm](openstack-helm-make.md)). + + ### Deploy our ingress controller within the ingress-nginx Namespace ``` shell