A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless integration with GitOps tools
This package has no upstream release note links on file. Please add some to chart/Chart.yaml under annotations.bigbang.dev/upstreamReleaseNotesMarkdown
.
Example:
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find our upstream chart's CHANGELOG here](https://link-goes-here/CHANGELOG.md)
- [and our upstream application release notes here](https://another-link-here/RELEASE_NOTES.md)
- Kubernetes Cluster deployed
- Kubernetes config installed in
~/.kube/config
- Helm installed
Kubernetes: >=1.16.0-0
Install Helm
https://helm.sh/docs/intro/install/
- Clone down the repository
- cd into directory
helm install prometheus-operator-crds chart/
Key | Type | Default | Description |
---|---|---|---|
upstream.crds.annotations | object | {} |
|
upstream.crds.alertmanagerconfigs.enabled | bool | true |
|
upstream.crds.alertmanagers.enabled | bool | true |
|
upstream.crds.podmonitors.enabled | bool | true |
|
upstream.crds.probes.enabled | bool | true |
|
upstream.crds.prometheusagents.enabled | bool | true |
|
upstream.crds.prometheuses.enabled | bool | true |
|
upstream.crds.prometheusrules.enabled | bool | true |
|
upstream.crds.scrapeconfigs.enabled | bool | true |
|
upstream.crds.servicemonitors.enabled | bool | true |
|
upstream.crds.thanosrulers.enabled | bool | true |
Please see the contributing guide if you are interested in contributing.
This file is programatically generated using helm-docs
and some BigBang-specific templates. The gluon
repository has instructions for regenerating package READMEs.