chore(gitea): remove dups from configmap (#1878)

This commit is contained in:
Stavros Kois 2022-02-12 16:07:12 +02:00 committed by GitHub
parent 26a1d31f31
commit 6fe608c8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ data:
GITEA_ADMIN_PASSWORD: {{ .Values.admin.password }}
SSH_PORT: {{ .Values.service.ssh.ports.ssh.port | quote }}
SSH_LISTEN_PORT: {{ .Values.service.ssh.ports.ssh.targetPort | quote }}
GITEA_APP_INI: "/data/gitea/conf/app.ini"
GITEA_CUSTOM: "/data/gitea"
GITEA_WORK_DIR: "/data"
GITEA_TEMP: "/tmp/gitea"
TMPDIR: "/tmp/gitea"
GNUPGHOME: "/data/git/.gnupg"