Skip to content
Snippets Groups Projects

[MONIT-4147] Allow deploying a local-only version and force providing a tenant and cluster name otherwise

Merged Nacho Barrientos requested to merge monit4147 into master
Files
12
+ 3
3
@@ -3,7 +3,7 @@ This file contains the markdown version of the default values that this chart ta
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kubernetes.clusterName | string | `"nil"` | name of the kubernetes cluster to monitor. This value will be appended tovery metric and log via k8s_cluster_name label |
| kubernetes.clusterName | string | - | name of the kubernetes cluster to monitor. This value will be appended tovery metric and log via k8s_cluster_name label |
| logs.enabled | bool | `false` | indicates if logs components should be enabled or not. If set to false no logs component will be installed nor configured |
| logs.fluentbit.customParsers | string | `""` | |
| logs.fluentbit.enabled | bool | `false` | indicates if fluentbit logs component should be installed or not |
@@ -81,8 +81,8 @@ This file contains the markdown version of the default values that this chart ta
| metrics.alertmanager.nodeSelector | Hash | `{}` | node selector configuration for the alertmanager |
| otlp.endpoint | string | `"monit-otlp.cern.ch"` | otlp endpoint where the otlp receivers are listening |
| otlp.port | int | `4319` | otlp port where the otlp receivers are listening |
| tenant.name | string | `"nil"` | username used for authenitcating in the MONIT infrastructure |
| tenant.password | string | `"nil"` | password (plain) used for authenitcating in the MONIT infrastructure |
| tenant.name | string | - | username used for authenitcating in the MONIT infrastructure |
| tenant.password | string | - | password (plain) used for authenitcating in the MONIT infrastructure |
| crds.enabled | bool | `true` | whether to install Prometheus operator's CRDs |
----------------------------------------------
Loading