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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
fadc06f1
Commit
fadc06f1
authored
Jul 18, 2019
by
Tiger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix suggested namespace in deploy boards help text
parent
3d795626
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
ee/app/assets/javascripts/environments/components/deploy_board_component.vue
...cripts/environments/components/deploy_board_component.vue
+2
-6
ee/changelogs/unreleased/12867-deployment-board-help-text-suggests-incorrect-kubernetes-namespace.yml
...ard-help-text-suggests-incorrect-kubernetes-namespace.yml
+5
-0
No files found.
ee/app/assets/javascripts/environments/components/deploy_board_component.vue
View file @
fadc06f1
...
...
@@ -90,9 +90,6 @@ export default {
instanceTitle
()
{
return
n__
(
'
Instance
'
,
'
Instances
'
,
this
.
instanceCount
);
},
projectName
()
{
return
'
<projectname>
'
;
},
deployBoardSvg
()
{
return
deployBoardSvg
;
},
...
...
@@ -169,9 +166,8 @@ export default {
<section
class=
"deploy-board-empty-state-text"
>
<span
class=
"deploy-board-empty-state-title d-flex"
>
Kubernetes deployment not found
</span>
<span>
To see deployment progress for your environments, make sure your deployments are in
Kubernetes namespace
<code>
{{ projectName }}
</code
>
, and annotated with
To see deployment progress for your environments, make sure you are deploying to
<code>
$KUBE_NAMESPACE
</code>
and annotating with
<code>
app.gitlab.com/app=$CI_PROJECT_PATH_SLUG
</code>
and
<code>
app.gitlab.com/env=$CI_ENVIRONMENT_SLUG
</code>
.
</span>
...
...
ee/changelogs/unreleased/12867-deployment-board-help-text-suggests-incorrect-kubernetes-namespace.yml
0 → 100644
View file @
fadc06f1
---
title
:
Fix suggested namespace in deploy boards help text
merge_request
:
14739
author
:
type
:
fixed
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