diff --git a/homelab-services/gitea/k3s/deployment.yaml b/homelab-services/gitea/k3s/deployment.yaml index 01dfe1c..c38d1c7 100644 --- a/homelab-services/gitea/k3s/deployment.yaml +++ b/homelab-services/gitea/k3s/deployment.yaml @@ -55,6 +55,9 @@ spec: - name: GITEA__repository__MAX_CREATION_LIMIT value: "0" + - name: GITEA__security__INSTALL_LOCK + value: true + volumeMounts: - name: gitea-data mountPath: /var/lib/gitea