From bc2f5a3260b3f9c4400885dcd1bcc599e02ee801 Mon Sep 17 00:00:00 2001
From: Alice Groux
Date: Sun, 13 Dec 2020 05:54:38 +0100
Subject: [PATCH] feat(k8s/advanced-deployment): update extra information
message when kubernetes type is selected (#4542)
---
app/kubernetes/views/deploy/deploy.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/app/kubernetes/views/deploy/deploy.html b/app/kubernetes/views/deploy/deploy.html
index 2f657ab54..ceed8c17e 100644
--- a/app/kubernetes/views/deploy/deploy.html
+++ b/app/kubernetes/views/deploy/deploy.html
@@ -69,8 +69,14 @@
- You can get more information about Kubernetes file format in the
- official documentation.
+
+
+ This feature allows you to deploy any kind of Kubernetes resource in this environment (Deployment, Secret, ConfigMap...).
+
+
+ You can get more information about Kubernetes file format in the
+ official documentation.
+