From 7908de931304fbd68ce7b757a305563d39e525d1 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 12 Oct 2025 22:34:22 +0200 Subject: [PATCH] docs(README): update parameter description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a9eac..1dd68a4 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ annotations with the prefix `checksum`. | `deployment.terminationGracePeriodSeconds` | How long to wait until forcefully kill the pod. | `60` | | `deployment.tolerations` | Tolerations of the athens-proxy deployment. | `[]` | | `deployment.topologySpreadConstraints` | TopologySpreadConstraints of the athens-proxy deployment. | `[]` | -| `deployment.volumes` | Additional volumes to mount into the pods of the prometheus-exporter deployment. | `[]` | +| `deployment.volumes` | Additional volumes to mount into the pods of the athens-proxy deployment. | `[]` | ### Horizontal Pod Autoscaler (HPA)