fix(deploy): add APP_REPOS_ROOT env to git-hook deployment
Missing env var — git-hook worker needs APP_REPOS_ROOT to resolve repo storage paths. Added explicit env block with APP_REPOS_ROOT=/data/repos, consistent with gitserver deployment.
This commit is contained in:
parent
3354055e6d
commit
845aba443b
@ -33,6 +33,9 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ include "gitdata.fullname" . }}-config
|
||||
env:
|
||||
- name: APP_REPOS_ROOT
|
||||
value: /data/repos
|
||||
{{- range .Values.gitHook.env }}
|
||||
- name: {{ .name }}
|
||||
value: {{ .value | quote }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user