Skip to content

Commit

Permalink
fix(helm): use override value for values dir on local (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x authored Sep 11, 2023
1 parent 56397bc commit 7dd7964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/helm_install/tasks/facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- name: copy the helm value files to the host
copy:
src: "{{ role_path }}/files/helm-values/"
src: "{{ helm_source_values_dir }}"
dest: "{{ helm_values_dir }}"
mode: 0644
become: "{{ k3s_become_for_directory_creation | ternary(true, false, k3s_become_for_all) }}"
Expand Down

0 comments on commit 7dd7964

Please sign in to comment.