diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-04-20 15:34:50 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-04-20 15:37:39 +0200 |
commit | 63d6edf1bfe048e202769547b774665a6d7ec101 (patch) | |
tree | 4a1315ec047cbe64f6a09f2d518b67bc4a290410 /doc | |
parent | 33a25e0fc61a1436bfbe9b1e3079c5790a726492 (diff) | |
download | gitlab-ce-63d6edf1bfe048e202769547b774665a6d7ec101.tar.gz |
Update Kubernetes namespace documentationkubernetes-service-namespace
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/kubernetes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/project/integrations/kubernetes.md b/doc/user/project/integrations/kubernetes.md index f7d5e3a8ab2..d63c04c98ff 100644 --- a/doc/user/project/integrations/kubernetes.md +++ b/doc/user/project/integrations/kubernetes.md @@ -40,6 +40,13 @@ Fill in the service token and namespace according to the values you just got. If the API is using a self-signed TLS certificate, you'll also need to include the `ca.crt` contents as the `Custom CA bundle`. +## Kubernetes namespace + +Kubernetes namespace is auto-generated if not specified. +The default value is `<project_name>-<project_id>`. +You can overwrite to use different one, if needed. +Otherwise `KUBE_NAMESPACE` will receive the default. + ## Deployment variables The Kubernetes service exposes following |