docs: update README

This commit is contained in:
franklin 2023-05-16 10:05:21 +02:00
parent 394280e187
commit adaf7d480a

View File

@ -52,19 +52,15 @@ func New(l log.Logger) (plugin.Plugin, error) {
}
```
## Environment:
Add this to your environment:
```yaml
env:
- name: KUBECONFIG
value: "${PROJECT_ROOT}/.posh/config/kubeconfig.yaml"
```
## Configuration:
```yaml
kubectl:
path: devops/config/kubectl
## Teleport
teleport:
path: ".posh/config/teleport"
hostname: teleport.foo.bar:443
labels:
project: "foo"
database:
user: developers
```