From 656ffd45fe2a45c8536ade52a825570c1e2c7a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gerardo=20romero=20ni=C3=B1o?= <1422081+gerardorn@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:59:47 -0600 Subject: [PATCH] Update README.md (#866) Update leafnode config docs url --- helm/charts/nats/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/nats/README.md b/helm/charts/nats/README.md index ae1e64b3..0916999d 100644 --- a/helm/charts/nats/README.md +++ b/helm/charts/nats/README.md @@ -30,7 +30,7 @@ Everything in the NATS Config or Kubernetes Resources can be overridden by `merg | `config.jetstream` | [NATS JetStream](https://docs.nats.io/running-a-nats-service/configuration#jetstream) | no | | `config.jetstream.fileStore.pvc` | [k8s PVC](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#persistentvolumeclaim-v1-core) | yes, when `config.jetstream` is enabled | | `config.nats.tls` | [NATS TLS](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/tls) | no | -| `config.leafnodes` | [NATS LeafNodes](https://docs.nats.io/running-a-nats-service/configuration/leafnodes/leafnodes_conf) | no | +| `config.leafnodes` | [NATS LeafNodes](https://docs.nats.io/running-a-nats-service/configuration/leafnodes/leafnode_conf) | no | | `config.leafnodes.tls` | [NATS TLS](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/tls) | no | | `config.websocket` | [NATS WebSocket](https://docs.nats.io/running-a-nats-service/configuration/websocket/websocket_conf) | no | | `config.websocket.tls` | [NATS TLS](https://docs.nats.io/running-a-nats-service/configuration/securing_nats/tls) | no |