Skip to content

Commit

Permalink
Stop installing thanos
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Dec 2, 2024
1 parent 73099b2 commit 185a611
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions control-plane/roles/monitoring/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
helm_release_name: kube-prometheus-stack
helm_chart_version: "{{ prometheus_chart_version }}"
helm_value_file_template: "prometheus-stack-values.yaml"
helm_skip_crds: yes
helm_skip_crds: true

- name: Deploy thanos
include_role:
name: ansible-common/roles/helm-chart
vars:
helm_repo: "{{ thanos_chart_repo }}"
helm_chart: thanos
helm_target_namespace: "{{ monitoring_namespace }}"
helm_release_name: thanos
helm_chart_version: "{{ thanos_chart_version }}"
helm_value_file_template: "thanos-values.yaml"
#- name: Deploy thanos
# include_role:
# name: ansible-common/roles/helm-chart
# vars:
# helm_repo: "{{ thanos_chart_repo }}"
# helm_chart: thanos
# helm_target_namespace: "{{ monitoring_namespace }}"
# helm_release_name: thanos
# helm_chart_version: "{{ thanos_chart_version }}"
# helm_value_file_template: "thanos-values.yaml"

- name: Deploy metrics exporters
import_tasks: exporters.yaml
Expand Down

0 comments on commit 185a611

Please sign in to comment.