Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
15edc436
Commit
15edc436
authored
Nov 20, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the UI message for cert-manager installation
parent
2bb75733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
8 deletions
+21
-8
app/assets/javascripts/clusters/components/applications.vue
app/assets/javascripts/clusters/components/applications.vue
+21
-8
No files found.
app/assets/javascripts/clusters/components/applications.vue
View file @
15edc436
...
@@ -126,6 +126,23 @@ export default {
...
@@ -126,6 +126,23 @@ export default {
</p>
</p>
`
;
`
;
},
},
certManagerDescription
()
{
return
sprintf
(
_
.
escape
(
s__
(
`ClusterIntegration|cert-manager is a native Kubernetes certificate management controller that helps with issuing certificates.
Installing cert-manager on your cluster will issue a certificate by %{letsEncrypt} and ensure that certificates
are valid and up to date.`
,
),
),
{
letsEncrypt
:
`<a href="https://letsencrypt.org/"
target="_blank" rel="noopener noreferrer">
${
_
.
escape
(
s__
(
'
ClusterIntegration|Let
\'
s Encrypt
'
))}
</a>`
,
},
false
,
);
},
prometheusDescription
()
{
prometheusDescription
()
{
return
sprintf
(
return
sprintf
(
_
.
escape
(
_
.
escape
(
...
@@ -302,14 +319,10 @@ export default {
...
@@ -302,14 +319,10 @@ export default {
class=
"hide-bottom-border rounded-bottom"
class=
"hide-bottom-border rounded-bottom"
title-link=
"https://cert-manager.readthedocs.io/en/latest/#"
title-link=
"https://cert-manager.readthedocs.io/en/latest/#"
>
>
<div
slot=
"description"
>
<div
<p>
slot=
"description"
{{ s__(`ClusterIntegration|Cert-Manager is a native Kubernetes
v-html=
"certManagerDescription"
certificate management controller. It will ensure certificates
>
are valid and up to date, and attempt to renew certificates at
a configured time before expiry. We use Lets Encrypt as a Certificate
Authority with Cert-Manager.`) }}
</p>
</div>
</div>
</application-row>
</application-row>
<application-row
<application-row
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment