From e57126beb0f6908c298f224f061be6a0bbc757d9 Mon Sep 17 00:00:00 2001 From: John Grimes Date: Sat, 2 Dec 2023 15:27:10 +1000 Subject: [PATCH] Fix link to server configuration values --- site/docs/server/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/server/kubernetes.md b/site/docs/server/kubernetes.md index 5174a5d48e..d779d8c841 100644 --- a/site/docs/server/kubernetes.md +++ b/site/docs/server/kubernetes.md @@ -69,7 +69,7 @@ their default values. | `pathling.imagePullSecrets` | `[ ]` | A list of [image pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) to use | | `pathling.tolerations` | `[ ]` | A list of [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) to apply to the pod | | `pathling.affinity` | `~` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) to apply to the pod | -| `pathling.config` | `{ }` | A map of [configuration values](/server/configuration) to pass to Pathling | +| `pathling.config` | `{ }` | A map of [configuration values](/docs/server/configuration) to pass to Pathling | | `pathling.secretConfig` | `{ }` | A map of secret configuration values to pass to Pathling, these values will be stored using [Kubernetes secrets](https://kubernetes.io/docs/concepts/configuration/secret/) | ## Example configuration