Commit a0316ac9 authored by Illya Klymov's avatar Illya Klymov

Merge branch '207322-use-gl-link' into 'master'

Use gl-link for Kubernetes application More Information links

See merge request gitlab-org/gitlab!33274
parents 70c69531 05d0f547
......@@ -196,7 +196,7 @@ export default {
s__(`ClusterIntegration|Choose which applications to install on your Kubernetes cluster.
Helm Tiller is required to install any of the following applications.`)
}}
<a :href="helpPath">{{ __('More information') }}</a>
<gl-link :href="helpPath">{{ __('More information') }}</gl-link>
</p>
<div class="cluster-application-list prepend-top-10">
......@@ -306,9 +306,9 @@ export default {
generated endpoint in order to access
your application after it has been deployed.`)
}}
<a :href="ingressDnsHelpPath" target="_blank" rel="noopener noreferrer">
<gl-link :href="ingressDnsHelpPath" target="_blank">
{{ __('More information') }}
</a>
</gl-link>
</p>
</div>
......@@ -318,9 +318,9 @@ export default {
the process of being assigned. Please check your Kubernetes
cluster or Quotas on Google Kubernetes Engine if it takes a long time.`)
}}
<a :href="ingressDnsHelpPath" target="_blank" rel="noopener noreferrer">
<gl-link :href="ingressDnsHelpPath" target="_blank">
{{ __('More information') }}
</a>
</gl-link>
</p>
</template>
<template v-else>
......@@ -397,11 +397,10 @@ export default {
s__(`ClusterIntegration|Issuers represent a certificate authority.
You must provide an email address for your Issuer. `)
}}
<a
<gl-link
href="http://docs.cert-manager.io/en/latest/reference/issuers.html?highlight=email"
target="_blank"
rel="noopener noreferrer"
>{{ __('More information') }}</a
>{{ __('More information') }}</gl-link
>
</p>
</div>
......@@ -578,9 +577,9 @@ export default {
s__(`ClusterIntegration|Replace this with your own hostname if you want.
If you do so, point hostname to Ingress IP Address from above.`)
}}
<a :href="ingressDnsHelpPath" target="_blank" rel="noopener noreferrer">
<gl-link :href="ingressDnsHelpPath" target="_blank">
{{ __('More information') }}
</a>
</gl-link>
</p>
</div>
</template>
......@@ -617,9 +616,7 @@ export default {
s__(`ClusterIntegration|You must have an RBAC-enabled cluster
to install Knative.`)
}}
<a :href="helpPath" target="_blank" rel="noopener noreferrer">
{{ __('More information') }}
</a>
<gl-link :href="helpPath" target="_blank">{{ __('More information') }}</gl-link>
</p>
<p>
{{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment