From 3763af26d8c93362552b6f35c53ef013ea9976a8 Mon Sep 17 00:00:00 2001 From: Joseph Ang Date: Wed, 30 Oct 2024 00:35:24 +0800 Subject: [PATCH] Generate Helm Docs Signed-off-by: Joseph Ang --- charts/pvc-autoresizer/README.md | 2 +- charts/pvc-autoresizer/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pvc-autoresizer/README.md b/charts/pvc-autoresizer/README.md index bb61ad88..4387682c 100644 --- a/charts/pvc-autoresizer/README.md +++ b/charts/pvc-autoresizer/README.md @@ -40,10 +40,10 @@ helm upgrade --create-namespace --namespace pvc-autoresizer -i pvc-autoresizer - | controller.args.prometheusURL | string | `"http://prometheus-prometheus-oper-prometheus.prometheus.svc:9090"` | Specify Prometheus URL to query volume stats. Used as "--prometheus-url" option | | controller.args.useK8sMetricsApi | bool | `false` | Use Kubernetes metrics API instead of Prometheus. Used as "--use-k8s-metrics-api" option | | controller.nodeSelector | object | `{}` | Map of key-value pairs for scheduling pods on specific nodes. | -| controller.priorityClassName | string | `""` | Priority class name to be applied to the controller pods. | | controller.podAnnotations | object | `{}` | Annotations to be added to controller pods. | | controller.podLabels | object | `{}` | Pod labels to be added to controller pods. | | controller.podSecurityContext | object | `{}` | Security Context to be applied to the controller pods. | +| controller.priorityClassName | string | `""` | Priority class name to be applied to the controller pods. | | controller.replicas | int | `1` | Specify the number of replicas of the controller Pod. | | controller.resources | object | `{"requests":{"cpu":"100m","memory":"20Mi"}}` | Specify resources. | | controller.securityContext | object | `{}` | Security Context to be applied to the controller container within controller pods. | diff --git a/charts/pvc-autoresizer/values.yaml b/charts/pvc-autoresizer/values.yaml index 94a1c5eb..265b5560 100644 --- a/charts/pvc-autoresizer/values.yaml +++ b/charts/pvc-autoresizer/values.yaml @@ -95,7 +95,7 @@ controller: # - pvc-autoresizer # topologyKey: topology.kubernetes.io/zone - # controller.priorityClassName -- priority class name to be applied to the controller pods. + # controller.priorityClassName -- Priority class name to be applied to the controller pods. priorityClassName: "" # priorityClassName: system-cluster-critical