summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-06-07 11:24:59 +1000
committerTiger <twatson@gitlab.com>2019-06-18 09:09:11 +1000
commit5aa9b710be2e03b296b68942d4053fa0a24e884c (patch)
tree5c7e49194490d49422196c1fbf935058a2199bee /app/views
parent11810cb2b7185202c5178557ebb6205b27ed4148 (diff)
downloadgitlab-ce-5aa9b710be2e03b296b68942d4053fa0a24e884c.tar.gz
Allow switching clusters between managed/unmanaged
Any resources created while the cluster was managed will be untouched, allowing users to set/unset this flag as they please.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/clusters/platforms/kubernetes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/platforms/kubernetes/_form.html.haml b/app/views/clusters/platforms/kubernetes/_form.html.haml
index c1727cf9079..f2e44462226 100644
--- a/app/views/clusters/platforms/kubernetes/_form.html.haml
+++ b/app/views/clusters/platforms/kubernetes/_form.html.haml
@@ -48,7 +48,7 @@
= s_('ClusterIntegration|This option will allow you to install applications on RBAC clusters.')
.form-group
- = field.check_box :managed, { disabled: true, label: s_('ClusterIntegration|GitLab-managed cluster'),
+ = field.check_box :managed, { label: s_('ClusterIntegration|GitLab-managed cluster'),
label_class: 'label-bold' }
.form-text.text-muted
= s_('ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster.')