Skip to content

Commit

Permalink
Remove flannel_cni_download_url (#10188)
Browse files Browse the repository at this point in the history
Since the commit 937e64d the variable
has not been used at all.
This removes it from offline.yml which was the remaining part.
  • Loading branch information
oomichi authored Jun 5, 2023
1 parent 5ebd305 commit 08a571b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inventory/sample/group_vars/all/offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
# [Optional] Cilium: If using Cilium network plugin
# ciliumcli_download_url: "{{ files_repo }}/github.com/cilium/cilium-cli/releases/download/{{ cilium_cli_version }}/cilium-linux-{{ image_arch }}.tar.gz"

# [Optional] Flannel: If using Flannel network plugin
# flannel_cni_download_url: "{{ files_repo }}/kubernetes/flannel/{{ flannel_cni_version }}/flannel-{{ image_arch }}"

# [Optional] helm: only if you set helm_enabled: true
# helm_download_url: "{{ files_repo }}/get.helm.sh/helm-{{ helm_version }}-linux-{{ image_arch }}.tar.gz"

Expand Down

0 comments on commit 08a571b

Please sign in to comment.