Commit fadc06f1 authored by Tiger's avatar Tiger

Fix suggested namespace in deploy boards help text

parent 3d795626
...@@ -90,9 +90,6 @@ export default { ...@@ -90,9 +90,6 @@ export default {
instanceTitle() { instanceTitle() {
return n__('Instance', 'Instances', this.instanceCount); return n__('Instance', 'Instances', this.instanceCount);
}, },
projectName() {
return '<projectname>';
},
deployBoardSvg() { deployBoardSvg() {
return deployBoardSvg; return deployBoardSvg;
}, },
...@@ -169,9 +166,8 @@ export default { ...@@ -169,9 +166,8 @@ export default {
<section class="deploy-board-empty-state-text"> <section class="deploy-board-empty-state-text">
<span class="deploy-board-empty-state-title d-flex">Kubernetes deployment not found</span> <span class="deploy-board-empty-state-title d-flex">Kubernetes deployment not found</span>
<span> <span>
To see deployment progress for your environments, make sure your deployments are in To see deployment progress for your environments, make sure you are deploying to
Kubernetes namespace <code>{{ projectName }}</code <code>$KUBE_NAMESPACE</code> and annotating with
>, and annotated with
<code>app.gitlab.com/app=$CI_PROJECT_PATH_SLUG</code> <code>app.gitlab.com/app=$CI_PROJECT_PATH_SLUG</code>
and <code>app.gitlab.com/env=$CI_ENVIRONMENT_SLUG</code>. and <code>app.gitlab.com/env=$CI_ENVIRONMENT_SLUG</code>.
</span> </span>
......
---
title: Fix suggested namespace in deploy boards help text
merge_request: 14739
author:
type: fixed
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