Skip to content
Snippets Groups Projects
Commit c77d11f1 authored by ArthurMa's avatar ArthurMa Committed by Matthew Mosesohn
Browse files

Bugfix (#1616)

lost executable path
parent d279d145
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
when: rbac_enabled
- name: "ElasticSearch | Create Serviceaccount and Clusterrolebinding (RBAC)"
command: "kubectl apply -f {{ kube_config_dir }}/{{ item }} -n {{ system_namespace }}"
command: "{{ bin_dir }}/kubectl apply -f {{ kube_config_dir }}/{{ item }} -n {{ system_namespace }}"
with_items:
- "efk-sa.yml"
- "efk-clusterrolebinding.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment