From ac1d6e1b404ce7eeaf28be4881ebdf5382278a05 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 13 Mar 2025 19:14:24 -0500 Subject: [PATCH] use 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 5978c7f33..4dc4b5f31 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