diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-06-16 22:26:40 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-06-16 22:31:36 +0800 |
commit | 6eaec942e6ae89818ea1ba0da5ff00daea633c41 (patch) | |
tree | f0b9e9463e9986c0dd0d7f2b3a7d9c12cf73955c /doc/user | |
parent | 07a65da1d96a71474f6997aed95bac6290d81a42 (diff) | |
download | gitlab-ce-6eaec942e6ae89818ea1ba0da5ff00daea633c41.tar.gz |
Changelog entry, doc, and only pass KUBECONFIG_FILE
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/integrations/kubernetes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/integrations/kubernetes.md b/doc/user/project/integrations/kubernetes.md index 73fa83d72a8..d1c3e18a276 100644 --- a/doc/user/project/integrations/kubernetes.md +++ b/doc/user/project/integrations/kubernetes.md @@ -55,6 +55,7 @@ GitLab CI build environment: - `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. +- `KUBECONFIG_FILE` - Path to a file containing kubeconfig for this deployment. CA bundle would be embedded if specified. ## Web terminals |