Skip to content

Commit

Permalink
Fix cluster-kube-vip playbook (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor authored Feb 19, 2024
1 parent b389bbe commit 0083f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

- name: Upgrade kube-vip
ansible.builtin.template:
src: templates/kube-vip-ds.yaml.j2
src: templates/kube-vip-ds.yaml
dest: "{{ k3s_server_manifests_dir }}/kube-vip-ds.yaml"
mode: preserve

0 comments on commit 0083f7b

Please sign in to comment.