admin
This commit is contained in:
@@ -15,6 +15,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
gitea:
|
gitea:
|
||||||
|
admin:
|
||||||
|
username: 'matthias'
|
||||||
|
password: 'start123'
|
||||||
|
email: 'matthias.hinrichs@me.com'
|
||||||
config:
|
config:
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
@@ -30,10 +34,7 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
storageClass: nfs-csi
|
storageClass: nfs-csi
|
||||||
existingClaim: gitea-shared-storage
|
existingClaim: gitea-shared-storage
|
||||||
admin:
|
|
||||||
username: 'matthias'
|
|
||||||
password: 'start123'
|
|
||||||
email: 'matthias.hinrichs@me.com'
|
|
||||||
|
|
||||||
httpRoute:
|
httpRoute:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user