Finished gitea v1 (local DB)

This commit is contained in:
Nico Schottelius 2021-06-27 19:30:28 +02:00
parent 379addec5e
commit d5b6d704e4
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ tpl .Values.fqdn . }}']
args: ['https://{{ tpl .Values.fqdn . }}']
restartPolicy: Never