From 51ba0876a5ce0b033a229a64423416aa1ed2eb0d Mon Sep 17 00:00:00 2001 From: Alice Groux Date: Mon, 11 Jan 2021 00:51:46 +0100 Subject: [PATCH] feat(k8s/configuration): rename add ingress controller button and changed information text (#4540) --- 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 68a506561..a94bcc2e0 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