prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
4.82k stars 4.92k forks source link

[Prometheus Operator CRDs] opt out CRDs #4411

Open taind772 opened 3 months ago

taind772 commented 3 months ago

Is your feature request related to a problem ?

Some other applications depend on Prometheus CRD to work:

But those apps only use some CRDs, other CRDs are unnecessary and may confuse users.

Describe the solution you'd like.

Add options to opt-out (or opt-in) of some CRDs:

crds:
  includeAll: false # default true
  includes:
    - podmonitors
    - probes

Describe alternatives you've considered.

-

Additional context.

No response

onedr0p commented 1 month ago

Please close, duplicate https://github.com/prometheus-community/helm-charts/issues/3860