Skip to content

Commit

Permalink
Fixed some urls in offline.yml file that wasn't yml formatted (kubern…
Browse files Browse the repository at this point in the history
  • Loading branch information
GmrezaH authored and pedromcpedro committed May 8, 2024
1 parent cc3cbd8 commit 341f3b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inventory/sample/group_vars/all/offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 341f3b1

Please sign in to comment.