Skip to content

Commit

Permalink
fix(monitoring): review
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Oct 17, 2024
1 parent 0cbdec5 commit ce0c26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control-plane/roles/monitoring/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Determine app version for prometheus operator CRDs
command: helm show chart --repo {{ prometheus_stack_repo }} --version {{ prometheus_chart_version }} kube-prometheus-stack
register: helm_output
when: monitoring_crds_enabled
when: monitoring_prometheus_operator_crds_enabled

- name: Apply prometheus operator CRDs
k8s:
Expand All @@ -41,7 +41,7 @@
- monitoring.coreos.com_prometheusrules.yaml
- monitoring.coreos.com_servicemonitors.yaml
- monitoring.coreos.com_thanosrulers.yaml
when: monitoring_crds_enabled
when: monitoring_prometheus_operator_crds_enabled

- name: Deploy kube-prometheus-stack
include_role:
Expand Down

0 comments on commit ce0c26a

Please sign in to comment.