From ef4f9786fa99b691487a6aa255f7cd3456a9ed1f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 14 Mar 2025 12:54:05 -0500 Subject: [PATCH] disable prov --- clusters/cl01tl/platform/gitea/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index edc273155..6d315979c 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -49,7 +49,7 @@ gitea: cache: enabled: false provisioning: - enabled: true + enabled: false existingSecret: gitea-runner-secret existingSecretKey: token gitea: