diff options
author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-07-19 10:56:11 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-19 10:56:11 +0000 |
commit | defce265003fdc555534ffd29e5d7a2aed098642 (patch) | |
tree | aa408b41d4104efd65d18a5958fe058da58554fc /doc/user/project/integrations/kubernetes.md | |
parent | ed176f6f5c57be17f5ed7fc8d3b551ab79108fcc (diff) | |
download | gitlab-ce-defce265003fdc555534ffd29e5d7a2aed098642.tar.gz |
Resolve "Clarify k8s service keys"
Diffstat (limited to 'doc/user/project/integrations/kubernetes.md')
-rw-r--r-- | doc/user/project/integrations/kubernetes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/integrations/kubernetes.md b/doc/user/project/integrations/kubernetes.md index bfe2672e098..f4000523938 100644 --- a/doc/user/project/integrations/kubernetes.md +++ b/doc/user/project/integrations/kubernetes.md @@ -19,10 +19,10 @@ of your project and select the **Kubernetes** service to configure it. The Kubernetes service takes the following arguments: -1. Kubernetes namespace 1. API URL -1. Service token 1. Custom CA bundle +1. Kubernetes namespace +1. Service token The API URL is the URL that GitLab uses to access the Kubernetes API. Kubernetes exposes several APIs - we want the "base" URL that is common to all of them, |