Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitza committed Aug 27, 2024
1 parent ae07273 commit fae7663
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/provider/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ EOF
kubectl apply -f exported-key.yaml -n my-namespace
```

### Create configuration for provider
### Create secert configuration for provider

Most provider configurations point to secure nodes and should remain encrypted on the cluster.
For this you'll have to create another secert containing the entire nodes' configuration, for example:
Expand Down Expand Up @@ -158,7 +158,8 @@ key:
passwordSecretKey: "password"

chains:
lav1:
- name: my-lava-provider
id: lav1
existingConfigSecret: "provider-config"
existingConfigSecretKey: "config.yml"
```
Expand Down

0 comments on commit fae7663

Please sign in to comment.