Skip to content

Commit

Permalink
Generate Helm Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Ang <[email protected]>
  • Loading branch information
josephangbc committed Oct 29, 2024
1 parent 25c340d commit 3763af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pvc-autoresizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/pvc-autoresizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3763af2

Please sign in to comment.