Finished gitea v1 (local DB)
This commit is contained in:
parent
379addec5e
commit
d5b6d704e4
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ spec:
|
||||||
- name: wget
|
- name: wget
|
||||||
image: busybox
|
image: busybox
|
||||||
command: ['wget']
|
command: ['wget']
|
||||||
args: ['{{ tpl .Values.fqdn . }}']
|
args: ['https://{{ tpl .Values.fqdn . }}']
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|
Loading…
Reference in a new issue