Skip to content

Commit

Permalink
docs: use correct suffix for client-info.yml in README.md (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emerconn authored Aug 30, 2024
1 parent cd2ada0 commit 911bc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/synology-csi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ In particular, override the section `clientInfoSecret.clients` to match the conn
accessing your Synology Diskstation.

You can also use an existing secret (specify using the key `clientInfoSecret.name`) that contains a `clients`
dictionary under `client-info.yaml` key:
dictionary under `client-info.yml` key:

```yaml
apiVersion: v1
kind: Secret
metadata:
name: <release-name>-client-info
data:
client-info.yaml: |-
client-info.yml: |-
Y2xpZW50czoKLSBob3N0OiAxOTIuMTY4LjEuMQogIGh0dHBzOiBmYWxzZQogIHBhc3N3b3JkOiBwYXNzd29yZAogIHBvcnQ6IDUwMDAKICB1c2VybmFtZTogdXNlcm5hbWUKLSBob3N0OiAxOTIuMTY4LjEuMQogIGh0dHBzOiBmYWxzZQogIHBhc3N3b3JkOiBwYXNzd29yZAogIHBvcnQ6IDUwMDEKICB1c2VybmFtZTogdXNlcm5hbWU=
```
Expand Down

0 comments on commit 911bc18

Please sign in to comment.