Commit fadc06f1 authored by Tiger's avatar Tiger

Fix suggested namespace in deploy boards help text

parent 3d795626
......@@ -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>
......
---
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