Skip to content
Snippets Groups Projects
Commit 91b1f03d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by Lin Jen-Shin
Browse files

Merge branch 'kubernetes-service-namespace' into 'master'

Kubernetes service namespace

Closes #30445

See merge request !10821
parent 57d40668
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -48,8 +48,12 @@ GitLab CI build environment:
 
- `KUBE_URL` - equal to the API URL
- `KUBE_TOKEN`
- `KUBE_NAMESPACE`
- `KUBE_CA_PEM_FILE` - only present if a custom CA bundle was specified. Path to a file containing PEM data.
- `KUBE_NAMESPACE` - The Kubernetes namespace is auto-generated if not specified.
The default value is `<project_name>-<project_id>`. You can overwrite it to
use different one if needed, otherwise the `KUBE_NAMESPACE` variable will
receive the default value.
- `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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment