gitlab-org--gitlab-foss/app/views/ci/variables/_content.html.haml
Thong Kuah a08993f26f Update CI/CD variables help text
Add hint about adding variables for Auto DevOps application variables
and link to More information
2019-01-04 10:28:26 +13:00

3 lines
481 B
Text

= _('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 <code>K8S_SECRET_</code>.').html_safe
= link_to _('More information'), help_page_path('ci/variables/README', anchor: 'variables')