diff options
| author | Shinya Maeda <shinya@gitlab.com> | 2017-10-01 17:48:21 +0900 |
|---|---|---|
| committer | Shinya Maeda <shinya@gitlab.com> | 2017-10-01 17:48:21 +0900 |
| commit | 2d1a77b8a3567cae61f73196918fe365d4fe9415 (patch) | |
| tree | 024e0d030771f876dc40bcf9c60c12ff41280ece /app/views/projects/clusters | |
| parent | e499c1c39dbea505858874ee47436641df3d93d4 (diff) | |
| download | gitlab-ce-2d1a77b8a3567cae61f73196918fe365d4fe9415.tar.gz | |
Revert KubernetesService. Introduce FetchKubernetesTokenService.
Diffstat (limited to 'app/views/projects/clusters')
| -rw-r--r-- | app/views/projects/clusters/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/_form.html.haml b/app/views/projects/clusters/_form.html.haml index 10a4b4d8ba8..4912abfb58f 100644 --- a/app/views/projects/clusters/_form.html.haml +++ b/app/views/projects/clusters/_form.html.haml @@ -33,4 +33,4 @@ = field.submit s_('ClusterIntegration|Create cluster'), class: 'btn btn-save' -# TODO: Remove before merge - = link_to "Create on Google Container Engine", namespace_project_clusters_path(@project.namespace, @project, cluster: {cluster_name: "gke-test-creation#{Random.rand(100)}", gcp_project_id: 'gitlab-internal-153318', cluster_zone: 'us-central1-a', cluster_size: '1', project_namespace: 'aaa', machine_type: '???'}), method: :post
\ No newline at end of file + = link_to "Create on Google Container Engine", namespace_project_clusters_path(@project.namespace, @project, cluster: {cluster_name: "gke-test-creation#{Random.rand(100)}", gcp_project_id: 'gitlab-internal-153318', cluster_zone: 'us-central1-a', cluster_size: '1', project_namespace: 'aaa', machine_type: 'n1-standard-1'}), method: :post
\ No newline at end of file |
