From caa0488db713deb1d70822c68b0ab9c6f0905602 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 23 Jul 2025 20:51:14 +0200 Subject: [PATCH] fix(values): adapt documentation --- README.md | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4357c7e..bf0bcee 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ networkPolicies: | `deployment.terminationGracePeriodSeconds` | How long to wait until forcefully kill the pod. | `60` | | `deployment.tolerations` | Tolerations of the Reposilite deployment. | `[]` | | `deployment.topologySpreadConstraints` | TopologySpreadConstraints of the Reposilite 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 reposilite deployment. | `[]` | ### Horizontal Pod Autoscaler (HPA) diff --git a/values.yaml b/values.yaml index 1a0af50..1f7b3d7 100644 --- a/values.yaml +++ b/values.yaml @@ -187,9 +187,9 @@ deployment: # whenUnsatisfiable: DoNotSchedule # labelSelector: # matchLabels: - # app.kubernetes.io/instance: prometheus-reposilite + # app.kubernetes.io/instance: reposilite - ## @param deployment.volumes Additional volumes to mount into the pods of the prometheus-exporter deployment. + ## @param deployment.volumes Additional volumes to mount into the pods of the reposilite deployment. volumes: [] # - name: my-configmap-volume # config: