Skip to content

Commit

Permalink
Remove prometheus_node_exporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 9, 2024
1 parent 561fbc9 commit 1a02f3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
4 changes: 1 addition & 3 deletions roles/goldentooth.install_argocd_apps/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ argocd_default_project_options:
kind: '*'

# Generic projects
argocd_generic_projects:
- name: 'prometheus-node-exporter'
description: 'Prometheus Node Exporter'
argocd_generic_projects: []

This file was deleted.

1 change: 0 additions & 1 deletion roles/goldentooth.install_argocd_apps/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
ansible.builtin.include_tasks: "{{ application_file }}"
loop:
- 'applications/incubator.yaml'
- 'applications/prometheus_node_exporter.yaml'
loop_control:
loop_var: 'application_file'

0 comments on commit 1a02f3f

Please sign in to comment.