Skip to content

Commit

Permalink
Fix issue with no yet existing template
Browse files Browse the repository at this point in the history
  • Loading branch information
erzetpe committed Feb 9, 2022
1 parent c86afe1 commit 13e278c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/playbooks/roles/rook/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- name: Install Rook using Helm chart
shell: |
helm -n {{ rook_chart_namespace }} upgrade --install \
-f {{ download_directory }}/custom-chart-values.yml \
{{ rook_helm_chart_name }} \
{{ download_directory }}/{{ rook_helm_chart_file_name }} --create-namespace
environment:
Expand Down

0 comments on commit 13e278c

Please sign in to comment.