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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-11-23 18:24:32 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-11-23 18:24:32 +0300
commit9c98e2a9226c5ee0787b2f36c253eef6a03ecb7b (patch)
treea328247746bf4497f0b540028497276ff3226d22 /app/views
parent52ca66fc54f15641104a8ccc9232baeb7d1f53a1 (diff)
parentc3041b7f7c4b407f1d32ac2f7ab1e21812b40694 (diff)
Merge branch 'certmanager-temp' into 'master'
Deploy cert-manager to managed cluster for SSL certificates See merge request gitlab-org/gitlab-ce!23036
Diffstat (limited to 'app/views')
-rw-r--r--app/views/clusters/clusters/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/show.html.haml b/app/views/clusters/clusters/show.html.haml
index 8a7f7a5c978..b1aa8e5d477 100644
--- a/app/views/clusters/clusters/show.html.haml
+++ b/app/views/clusters/clusters/show.html.haml
@@ -10,6 +10,7 @@
.edit-cluster-form.js-edit-cluster-form{ data: { status_path: status_path,
install_helm_path: clusterable.install_applications_cluster_path(@cluster, :helm),
install_ingress_path: clusterable.install_applications_cluster_path(@cluster, :ingress),
+ install_cert_manager_path: clusterable.install_applications_cluster_path(@cluster, :cert_manager),
install_prometheus_path: clusterable.install_applications_cluster_path(@cluster, :prometheus),
install_runner_path: clusterable.install_applications_cluster_path(@cluster, :runner),
install_jupyter_path: clusterable.install_applications_cluster_path(@cluster, :jupyter),