Przeglądaj źródła

Fix generate role binding destination for the HOSA service account

The task `Generate role binding for the hawkular-openshift-agent service account` use wrong template destination:
https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/install_metrics.yaml#L47
Steve Teuber 7 lat temu
rodzic
commit
c343d2a0aa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/openshift_metrics/tasks/install_hosa.yaml

+ 1 - 1
roles/openshift_metrics/tasks/install_hosa.yaml

@@ -28,7 +28,7 @@
 - name: Generate role binding for the hawkular-openshift-agent service account
   template:
     src: rolebinding.j2
-    dest: "{{ mktemp.stdout }}/templates/metrics-hawkular-agent-rolebinding.yaml"
+    dest: "{{ mktemp.stdout }}/templates/metrics-hawkular-openshift-agent-rolebinding.yaml"
   vars:
     cluster: True
     obj_name: hawkular-openshift-agent-rb