Skip to content

Commit

Permalink
Update external-datastore.md (#646)
Browse files Browse the repository at this point in the history
* Update external-datastore.md

* fix linter
  • Loading branch information
evilnick committed Sep 3, 2024
1 parent 411275f commit 0b5ccd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/snap/howto/external-datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create a configuration file and insert the contents below while replacing
the placeholder values based on the configuration of your etcd cluster.

```yaml
datastore: external
datastore-type: external
datastore-url: "<etcd-member-addresses>"
datastore-ca-crt: |
<etcd-root-ca-certificate>
Expand All @@ -36,9 +36,10 @@ datastore-client-crt: |
datastore-client-key: |
<etcd-client-key>
```
<!-- markdownlint-disable -->
* `datastore-url` expects a comma seperated list of addresses
(e.g. `https://10.42.254.192:2379,https://10.42.254.193:2379,https://10.42.254.194:2379`)
<!-- markdownlint-restore -->
* `datastore-ca-crt` expects a certificate for the CA in PEM format
* `datastore-client-crt` expects a certificate that's signed by the root CA
for the client in PEM format
Expand Down

0 comments on commit 0b5ccd7

Please sign in to comment.