Skip to content

Commit

Permalink
Fix link to server configuration values
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Dec 2, 2023
1 parent 48be1b5 commit e57126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/server/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e57126b

Please sign in to comment.