diff options
-rw-r--r-- | roles/openshift_hosted_logging/tasks/deploy_logging.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted_logging/tasks/deploy_logging.yaml b/roles/openshift_hosted_logging/tasks/deploy_logging.yaml index 5e445cb37..625af9acd 100644 --- a/roles/openshift_hosted_logging/tasks/deploy_logging.yaml +++ b/roles/openshift_hosted_logging/tasks/deploy_logging.yaml @@ -76,7 +76,7 @@ register: fluentd2_output failed_when: "fluentd2_output.rc == 1 and 'exists' not in fluentd2_output.stderr" - - name: "Add rolebinding-reader to aggregated-logging-elastic-search" + - name: "Add rolebinding-reader to aggregated-logging-elasticsearch" command: > {{ openshift.common.client_binary }} adm --config={{ mktemp.stdout }}/admin.kubeconfig policy add-cluster-role-to-user rolebinding-reader \ |