Skip to content

Commit e3782bc

Browse files
author
Kevin Bimonte
committed
docx: very work in progress k8s creds doc
1 parent 0623ee7 commit e3782bc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/docs/operation/creds/kubernetes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
title: Kubernetes Credential Manager
33
---
44

5+
Concourse can be configured to pull credentials
6+
from [Kubernetes `secret` objects](https://kubernetes.io/docs/concepts/configuration/secret).
7+
8+
To configure it, either enable the in-cluster client by setting the following environment variable on
9+
the [`web` node](../../install/running-web.md):
10+
11+
```properties
12+
CONCOURSE_KUBERNETES_IN_CLUSTER=true
13+
```
14+
15+
or set the path to a `kubeconfig` file:
16+
17+
```properties
18+
CONCOURSE_KUBERNETES_CONFIG_PATH=~/.kube/config
19+
```
20+
521
## Credential lookup rules
622

23+
When resolving a parameter such as `((foo))`, Concourse will look for it in the following order in the namespace
24+
configured for that team:
25+
726
## Configuring Kubernetes RBAC

0 commit comments

Comments
 (0)