Skip to content

Commit

Permalink
rancher-monitoring: add scrapeconfig CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
fayak committed May 6, 2024
1 parent 43b2ba3 commit ec95d9d
Show file tree
Hide file tree
Showing 7 changed files with 3,945 additions and 5 deletions.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ spec:
type: string
type: object
type: array
nullable: true
oauth2:
description: OAuth2 for the URL. Only valid in Prometheus versions
2.27.0 and newer.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs: ['create', 'get', 'patch', 'delete', 'replace']
verbs: ['*']
{{- if .Values.global.cattle.psp.enabled }}
- apiGroups: ['policy']
resources: ['podsecuritypolicies']
Expand Down
8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14985,7 +14985,7 @@ entries:
catalog.cattle.io/upstream-version: 45.31.1
apiVersion: v2
appVersion: v0.65.1
created: "2024-05-03T10:17:49.947573633Z"
created: "2024-05-03T17:13:16.634408279+02:00"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -15057,7 +15057,7 @@ entries:
and Prometheus rules combined with documentation and scripts to provide easy
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
Prometheus Operator.
digest: 1e9e2f16b74e6bbbcb9057b14d9981d37060d216c0cba0043c5adc16a39f05f0
digest: d05dcc3a0716fd4bd06ab40a56067e070a46ab5bbb9a295458c8e44f30da6dd7
home: https://github.com/prometheus-operator/kube-prometheus
icon: file://assets/logos/rancher-monitoring.png
keywords:
Expand Down Expand Up @@ -17750,9 +17750,9 @@ entries:
catalog.cattle.io/namespace: cattle-monitoring-system
catalog.cattle.io/release-name: rancher-monitoring-crd
apiVersion: v2
created: "2024-03-21T11:10:34.550865088-04:00"
created: "2024-05-03T17:13:16.877778541+02:00"
description: Installs the CRDs for rancher-monitoring.
digest: f43d5555bb446e3364ff80b8a6fd6953bae14faa264f60c90326a65f1bf2053e
digest: fe4059a9873c50746d0803514afb22fe90c4a6a216e6281d980fd5cc515d67ec
name: rancher-monitoring-crd
type: application
urls:
Expand Down

0 comments on commit ec95d9d

Please sign in to comment.