fix: DEFAULT_ACTIONS_URL must be a full URL, not 'gitea'
This commit is contained in:
@@ -60,7 +60,7 @@ spec:
|
|||||||
- name: GITEA__webhook__ALLOWED_HOST_LIST
|
- name: GITEA__webhook__ALLOWED_HOST_LIST
|
||||||
value: 192.168.0.0/24,10.0.0.0/8
|
value: 192.168.0.0/24,10.0.0.0/8
|
||||||
- name: GITEA__actions__DEFAULT_ACTIONS_URL
|
- name: GITEA__actions__DEFAULT_ACTIONS_URL
|
||||||
value: gitea
|
value: https://gitea.com
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user