Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-03-07 21:58:08 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-03-07 21:58:08 +0300
commitd5b599afd719f5e58911382dfeabf2735478e730 (patch)
tree2cbfdf1e36ed6200a4fbf9b15bb71f1f09ce654b /app/views
parent22198466ca79b5f41282198f363a81fdb2ab3f2f (diff)
Resolve "Add a mention and link to doc for security implications in the Kubernetes cluster page"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/clusters/_integration_form.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/clusters/_integration_form.html.haml b/app/views/projects/clusters/_integration_form.html.haml
index d4c0cd82ce3..db97203a2aa 100644
--- a/app/views/projects/clusters/_integration_form.html.haml
+++ b/app/views/projects/clusters/_integration_form.html.haml
@@ -21,6 +21,12 @@
= sprite_icon('status_failed_borderless', size: 16, css_class: 'toggle-icon-svg toggle-status-unchecked')
.form-group
+ %h5= s_('ClusterIntegration|Security')
+ %p
+ = s_("ClusterIntegration|The default cluster configuration grants access to a wide set of functionalities needed to successfully build and deploy a containerised application.")
+ = link_to s_("ClusterIntegration|Learn more about security configuration"), help_page_path('user/project/clusters/index.md', anchor: 'security-implications')
+
+ .form-group
%h5= s_('ClusterIntegration|Environment scope')
%p
= s_("ClusterIntegration|Choose which of your project's environments will use this Kubernetes cluster.")