Improve feedback;Fix Gitea config;Fix argocd config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-31 12:04:53 +02:00
parent 8d13b527be
commit 6c4fe7a0e6
3 changed files with 10 additions and 7 deletions

View File

@ -116,15 +116,16 @@ components:
chart: gitea-charts/gitea
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | sed '/:/!s/$/:latest/'
chart_values: !unsafe |
config:
offlineMode: true
server:
PROTOCOL: https
gitea:
admin:
username: administrator
password: "{{ vapp['guestinfo.rootpw'] }}"
email: admin@{{ vapp['metacluster.fqdn'] }}
config:
server:
OFFLINE_MODE: true
PROTOCOL: http
ROOT_URL: https://git.{{ vapp['metacluster.fqdn'] }}/
image:
pullPolicy: IfNotPresent
ingress: