From a08993f26f45a516efd1c1d61aa4364b12c02a96 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Wed, 19 Dec 2018 13:18:28 +1300 Subject: Update CI/CD variables help text Add hint about adding variables for Auto DevOps application variables and link to More information --- app/views/ci/variables/_content.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/views/ci/variables/_content.html.haml b/app/views/ci/variables/_content.html.haml index fa82611d9c1..90c59bec975 100644 --- a/app/views/ci/variables/_content.html.haml +++ b/app/views/ci/variables/_content.html.haml @@ -1 +1,3 @@ = _('Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. You can use environment variables for passwords, secret keys, or whatever you want.') += _('You may also add variables that are made available to the running application by prepending the variable key with K8S_SECRET_.').html_safe += link_to _('More information'), help_page_path('ci/variables/README', anchor: 'variables') -- cgit v1.2.1