diff --git a/hommer-deployment.yml b/hommer-deployment.yml index 65ec82c..3f2f405 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -23,7 +23,7 @@ spec: initContainers: - name: git-cloner image: alpine/git:latest - commad: ["git", "clone", ""] + commad: ["git", "clone", "https://git.anpham.me/DurianLAB/Homepage-Dashboard.git", "/repo"] volumeMounts: - name: git-repo-volume mountpath: /repo