a08993f26f
Add hint about adding variables for Auto DevOps application variables and link to More information
3 lines
481 B
Text
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')
|