diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-03-07 18:58:08 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-03-07 18:58:08 +0000 |
commit | d5b599afd719f5e58911382dfeabf2735478e730 (patch) | |
tree | 2cbfdf1e36ed6200a4fbf9b15bb71f1f09ce654b /app/views | |
parent | 22198466ca79b5f41282198f363a81fdb2ab3f2f (diff) | |
download | gitlab-ce-d5b599afd719f5e58911382dfeabf2735478e730.tar.gz |
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.haml | 6 |
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.") |