Skip to content

Commit

Permalink
Merge pull request #754 from ccamacho/tkflow
Browse files Browse the repository at this point in the history
fix: fix indentation
  • Loading branch information
ccamacho committed Jul 13, 2023
2 parents 9bf94c0 + a71a2a5 commit 1be340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeinit/roles/kubeinit_k8s/templates/kube-flannel.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
- name: install-cni-plugin
#image: docker.io/flannel/flannel-cni-plugin:v1.1.2
#image: docker.io/rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.2
image: quay.io/kubeinit/flannel-cni-plugin:v{{ kubeinit_k8s_flannel_cni_plugin_version }}
image: quay.io/kubeinit/flannel-cni-plugin:v{{ kubeinit_k8s_flannel_cni_plugin_version }}
command:
- cp
args:
Expand Down

0 comments on commit 1be340a

Please sign in to comment.