From 9ad5be75184a19cd48dbe06442f5d74201608318 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Mon, 7 Feb 2022 18:43:34 +0100 Subject: [PATCH] Change(gitea): env --- projects/gitea/values/gitea.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/gitea/values/gitea.yaml b/projects/gitea/values/gitea.yaml index 82572054..e50c14a4 100644 --- a/projects/gitea/values/gitea.yaml +++ b/projects/gitea/values/gitea.yaml @@ -14,6 +14,8 @@ statefulset: value: http://proxy-squid.proxy.svc.cluster.local:80 - name: https_proxy value: http://proxy-squid.proxy.svc.cluster.local:80 + - name: GITEA_APP_INI + value: conf/app.ini securityContext: allowPrivilegeEscalation: false