Commit b0a58174 authored by Thong Kuah's avatar Thong Kuah Committed by Enrique Alcantara

Fix no deployment message - use new requirements

This should use the new annotation requirements not the old app label
req.
parent 84f8862b
......@@ -174,7 +174,9 @@ export default {
<span>
To see deployment progress for your environments, make sure your deployments are in
Kubernetes namespace
<code>{{ projectName }}</code> and labeled with <code>app=$CI_ENVIRONMENT_SLUG</code>.
<code>{{ projectName }}</code>
, and annotated with <code>app.gitlab.com/app=$CI_PROJECT_PATH_SLUG</code> and
<code>app.gitlab.com/env=$CI_ENVIRONMENT_SLUG</code>.
</span>
</section>
</div>
......
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