File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
docs/docs/operation/creds Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 22title : 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
You can’t perform that action at this time.
0 commit comments