Skip to content

Commit df75db9

Browse files
committed
fix: update file path
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent d2202f4 commit df75db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sre/roles/recorders/tasks/install_alerts_recorders_prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- name: Load statefulset information
1212
ansible.builtin.set_fact:
13-
recorders_prometheus_statefulset: "{{ lookup('ansible.builtin.file', 'files/topology/kubernetes/statefulset.yaml') | from_yaml }}"
13+
recorders_prometheus_statefulset: "{{ lookup('ansible.builtin.file', 'files/alerts/prometheus/statefulset.yaml') | from_yaml }}"
1414

1515
- name: Create Prometheus Alert Recorder environment list
1616
ansible.builtin.set_fact:

0 commit comments

Comments
 (0)