From 19b811790337a9d810ac74589419f478c77e0932 Mon Sep 17 00:00:00 2001 From: Alice Groux Date: Thu, 15 Apr 2021 01:00:14 +0200 Subject: [PATCH] feat(k8s/configuration): rename add ingress button and changed information text (#139) --- app/kubernetes/views/configure/configure.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/kubernetes/views/configure/configure.html b/app/kubernetes/views/configure/configure.html index 38e04321a..62fc25f0c 100644 --- a/app/kubernetes/views/configure/configure.html +++ b/app/kubernetes/views/configure/configure.html @@ -33,7 +33,7 @@
- Adding ingress controllers will allow users to expose application they deploy over a HTTP route.
+ Configuring ingress controllers will allow users to expose application they deploy over a HTTP route.

Ingress classes must be manually specified for each controller you want to use in the cluster. Make sure that each controller is running inside your cluster. @@ -44,7 +44,7 @@

- add ingress controller + configure ingress controller