fix(forgejo): enable admin-approved registration using env vars config
This commit is contained in:
parent
f93207884e
commit
a6ee648149
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ spec:
|
|||
volumeMounts:
|
||||
- name : data
|
||||
mountPath: /data
|
||||
env:
|
||||
- name: FORGEJO__service__DISABLE_REGISTRATION
|
||||
value: "false"
|
||||
- name: FORGEJO__service__REGISTER_MANUAL_CONFIRM
|
||||
value: "true"
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue