summaryrefslogtreecommitdiff
path: root/app/views/ci/variables/_content.html.haml
blob: d07cbe4589c78b0aa79c9b55c38cf9da26a77aa5 (plain)
1
2
3
= _('Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they will be masked by default so they are hidden in job logs, though they must match certain regexp requirements to do so. 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')