Skip to content
Snippets Groups Projects
Commit dbae7f64 authored by Nacho Barrientos's avatar Nacho Barrientos
Browse files

[MONIT-4148] Install CRDs as a dependency of this chart

parent fdd3b048
No related branches found
No related tags found
1 merge request!48[MONIT-4148] Add Monitoring CRDs as a dependency
......@@ -5,3 +5,7 @@ type: application
kubeVersion: ">=1.27.0-0"
description: Helm Chart provided by IT Monitoring Service to install and configure required components to gather and send monitoring data from kubernetes clusters to central service.
home: https://cern.ch/monitoring
dependencies:
- name: crds
version: "0.0.0"
condition: crds.enabled
......@@ -83,5 +83,6 @@ This file contains the markdown version of the default values that this chart ta
| 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 |
| crds.enabled | bool | `true` | whether to install Prometheus operator's CRDs |
----------------------------------------------
# CRDs
crds:
enabled: true
# OTLP default configuration.
otlp:
# -- otlp endpoint where the otlp receivers are listening
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment