Skip to content

Commit

Permalink
update values.yaml comments and README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jun 21, 2023
1 parent e887b1d commit 4eb065b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ A Helm chart for https://github.com/sap/redis-operator
| resources.requests.memory | string | `"128Mi"` | Memory request |
| service.type | string | `"ClusterIP"` | Service type |
| service.port | int | `443` | Service port |
| webhook.certManager.enabled | bool | `false` | |
| webhook.certManager.enabled | bool | `false` | Whether to use cert-manager to manage webhook tls |
| 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) |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
7 changes: 7 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@ service:

webhook:
certManager:
# -- Whether to use cert-manager to manage webhook tls
enabled: false
# -- Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used)
issuerGroup: ""
# -- Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used)
issuerKind: ""
# -- Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used)
issuerName: ""

0 comments on commit 4eb065b

Please sign in to comment.