Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-02-21 00:02:24 +0300
committerNick Thomas <nick@gitlab.com>2017-03-03 19:09:49 +0300
commitba4a2c546982b1b615be5ed9c8b96361de3f3545 (patch)
tree7e5845cbe3567520a80876a4d525a5e0a1225cca /doc
parentdf63d9db40e568bcca87cf7946cf518684538a31 (diff)
Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEM
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/integrations/kubernetes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/integrations/kubernetes.md b/doc/user/project/integrations/kubernetes.md
index cc67e667472..2a890acde4d 100644
--- a/doc/user/project/integrations/kubernetes.md
+++ b/doc/user/project/integrations/kubernetes.md
@@ -49,7 +49,8 @@ GitLab CI build environment:
- `KUBE_URL` - equal to the API URL
- `KUBE_TOKEN`
- `KUBE_NAMESPACE`
-- `KUBE_CA_PEM` - only if a custom CA bundle was specified
+- `KUBE_CA_PEM_FILE` - only present if a custom CA bundle was specified. Path to a file containing PEM data.
+- `KUBE_CA_PEM` (deprecated)- only if a custom CA bundle was specified. Raw PEM data.
## Web terminals