From 1c60529ef54e2fdd69541c5c26fab0ba9c3c6b5f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 17 Feb 2025 22:58:23 -0600 Subject: [PATCH] switch to ssh --- clusters/cl01tl/deployment/stack/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/deployment/stack/values.yaml b/clusters/cl01tl/deployment/stack/values.yaml index 7699eb2ce..4cb4db4cf 100644 --- a/clusters/cl01tl/deployment/stack/values.yaml +++ b/clusters/cl01tl/deployment/stack/values.yaml @@ -3,8 +3,8 @@ cluster: git: # repo: git@github.com:alexlebens/infrastructure.git # repo: https://github.com/alexlebens/infrastructure.git - repo: http://gitea-http.gitea:3000/alexlebens/infrastructure - # repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure + # repo: http://gitea-http.gitea:3000/alexlebens/infrastructure + repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure revision: HEAD applicationSet: - name: applications