From 1697182e7380544a7f6fcab8f72e861c1789e4ec Mon Sep 17 00:00:00 2001
From: Mohammad Reza Ghahramani <99497495+GmrezaH@users.noreply.github.com>
Date: Wed, 8 May 2024 12:45:14 +0330
Subject: [PATCH] Fixed some urls in offline.yml file that wasn't yml formatted
 (#11127)

---
 inventory/sample/group_vars/all/offline.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/inventory/sample/group_vars/all/offline.yml b/inventory/sample/group_vars/all/offline.yml
index 706ea0dd5..56d43375a 100644
--- a/inventory/sample/group_vars/all/offline.yml
+++ b/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
-- 
GitLab