Skip to content

Commit 9735010

Browse files
diversarioaanm
authored andcommitted
Add a new subchart for Prometheus CRD
Signed-off-by: Ilya Shaisultanov <ilya.shaisultanov@gmail.com>
1 parent e7b4bca commit 9735010

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: v1
2+
name: prometheus-crd
3+
version: 1.7.90
4+
appVersion: 1.7.90
5+
tillerVersion: ">=2.7.2"
6+
description: Helm chart to install required Prometheus CRDs
7+
keywords:
8+
sources:
9+
- https://github.com/cilium/cilium
10+
- https://github.com/helm/charts/tree/master/stable/prometheus-operator
11+
engine: gotpl

install/kubernetes/cilium/crds/crd-servicemonitor.yaml renamed to install/kubernetes/cilium/charts/prometheus-crd/crds/crd-servicemonitor.yaml

File renamed without changes.

install/kubernetes/cilium/requirements.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ dependencies:
2626
- name: nodeinit
2727
version: 1.7.90
2828
condition: global.nodeinit.enabled
29+
- name: prometheus-crd
30+
version: 1.7.90
31+
condition: global.prometheus.enabled && global.prometheus.serviceMonitor.enabled

0 commit comments

Comments
 (0)