Skip to content

Commit eb5c7dd

Browse files
Update chart docs
1 parent 2096929 commit eb5c7dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

chart/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project-operator
22

3-
![Version: 0.1.34](https://img.shields.io/badge/Version-0.1.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.30](https://img.shields.io/badge/AppVersion-v0.1.30-informational?style=flat-square)
3+
![Version: 0.1.35](https://img.shields.io/badge/Version-0.1.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.30](https://img.shields.io/badge/AppVersion-v0.1.30-informational?style=flat-square)
44

55
A Helm chart for https://github.com/sap/project-operator
66

@@ -38,8 +38,9 @@ A Helm chart for https://github.com/sap/project-operator
3838
| adminClusterRole | string | `""` | Cluster role to be granted to admin members on the project namespace (if empty, the operator default will be used) |
3939
| viewerClusterRole | string | `""` | Cluster role to be granted to viewer members on the project namespace (if empty, the operator default will be used) |
4040
| enableClusterView | bool | `false` | Automatically grant cluster view privileges to all members of the project |
41-
| monitoring.enabled | bool | `false` | Enable montoring (requires prometheus-operator) |
42-
| monitoring.rules | list | `[]` | Prometheus operator (record or alert) rules |
41+
| metrics.podMonitor.enabled | bool | `false` | Whether to create a PodMonitor resource |
42+
| metrics.prometheusRule.enabled | bool | `false` | Whether to create a PrometheusRule resource |
43+
| metrics.prometheusRule.rules | list | `[]` | PrometheusRule rules |
4344

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

0 commit comments

Comments
 (0)