chore(gitea): remove dups from configmap (#1878)
This commit is contained in:
parent
26a1d31f31
commit
6fe608c8ff
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue