Skip to content

Commit

Permalink
[victoria-metrics-k8s-stack] Prometheus Operator CRDs (#341) (#1022)
Browse files Browse the repository at this point in the history
* add prometheus-operator-crds (#341)

* ff

---------

Co-authored-by: Oleksandr Bilko <[email protected]>
  • Loading branch information
b17k0 and Oleksandr Bilko authored May 16, 2024
1 parent a0f0fb6 commit 37a9d72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/victoria-metrics-k8s-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ dependencies:
- name: crds
version: "0.0.0"
condition: crds.enabled
- name: prometheus-operator-crds
version: "11.0.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-operator-crds.enabled
4 changes: 4 additions & 0 deletions charts/victoria-metrics-k8s-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,3 +1028,7 @@ kubeProxy:
## install vm operator crds
crds:
enabled: true

## install prometheus operator crds
prometheus-operator-crds:
enabled: false

0 comments on commit 37a9d72

Please sign in to comment.