Skip to content

Commit

Permalink
Update chart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ERP4SME-DevOps-GitHub-Workflow-User committed Apr 11, 2024
1 parent d85c239 commit d5727cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis-operator

![Version: 0.1.28](https://img.shields.io/badge/Version-0.1.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.27](https://img.shields.io/badge/AppVersion-v0.1.27-informational?style=flat-square)
![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.27](https://img.shields.io/badge/AppVersion-v0.1.27-informational?style=flat-square)

A Helm chart for https://github.com/sap/redis-operator

Expand Down Expand Up @@ -36,6 +36,9 @@ A Helm chart for https://github.com/sap/redis-operator
| webhook.certManager.issuerGroup | string | `""` | Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) |
| webhook.certManager.issuerKind | string | `""` | Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used) |
| webhook.certManager.issuerName | string | `""` | Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used) |
| metrics.podMonitor.enabled | bool | `false` | Whether to create a PodMonitor resource |
| metrics.prometheusRule.enabled | bool | `false` | Whether to create a PrometheusRule resource |
| metrics.prometheusRule.rules | list | `[]` | PrometheusRule rules |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit d5727cd

Please sign in to comment.