fix: test environment to ini
This commit is contained in:
parent
1fce183187
commit
d80ef86286
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@ test:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
|
additionalConfigFromEnvs:
|
||||||
|
- name: FORGEJO__APP_NAME
|
||||||
|
value: EDP Forgejo
|
||||||
|
- name: FORGEJO__APP_SLOGAN
|
||||||
|
value: Welcome to the Forgejo
|
||||||
|
# - name: ENV_TO_INI__DATABASE__PASSWD
|
||||||
|
# valueFrom:
|
||||||
|
# secretKeyRef:
|
||||||
|
# name: postgres-secret
|
||||||
|
# key: password
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-credential
|
existingSecret: gitea-credential
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue