瀏覽代碼

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 年之前
父節點
當前提交
c343d2a0aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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