Browse Source

Fixed some urls in offline.yml file that wasn't yml formatted (#11127)

pull/11176/head
Mohammad Reza Ghahramani 9 months ago
committed by GitHub
parent
commit
1697182e73
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions
  1. 8
      inventory/sample/group_vars/all/offline.yml

8
inventory/sample/group_vars/all/offline.yml

@ -26,10 +26,10 @@
## Two options - Override entire repository or override only a single binary.
## [Optional] 1 - Override entire binary repository
# github_url = "https://my_github_proxy"
# dl_k8s_io_url = "https://my_dl_k8s_io_proxy"
# storage_googleapis_url = "https://my_storage_googleapi_proxy"
# get_helm_url = "https://my_helm_sh_proxy"
# github_url: "https://my_github_proxy"
# dl_k8s_io_url: "https://my_dl_k8s_io_proxy"
# storage_googleapis_url: "https://my_storage_googleapi_proxy"
# get_helm_url: "https://my_helm_sh_proxy"
## [Optional] 2 - Override a specific binary
## CNI Plugins

Loading…
Cancel
Save