Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kube-prometheus-stack] Add downward compatibility for Prometheus CRD…
… CRD fields Running the latest prom-stack versions on legacy OpenShift clusters with no influence on the preinstalled CRDs results in errors such as this: failed to create typed patch object (..): .spec.scrapeConfigNamespaceSelector: field not declared in schema This patch provides a workaround using this values.yaml: prometheus: prometheusSpec: scrapeConfigNamespaceSelector: null scrapeConfigSelectorNilUsesHelmValues: null scrapeConfigSelector: null Signed-off-by: Johannes Schnatterer <johannes.schnatterer@cloudogu.com>
- Loading branch information