diff --git a/apps/gitea/templates/tests/test-connection.yaml b/apps/gitea/templates/tests/test-connection.yaml index 62718c7..85cbdda 100644 --- a/apps/gitea/templates/tests/test-connection.yaml +++ b/apps/gitea/templates/tests/test-connection.yaml @@ -9,5 +9,5 @@ spec: - name: wget image: busybox command: ['wget'] - args: ['{{ tpl .Values.fqdn . }}'] + args: ['https://{{ tpl .Values.fqdn . }}'] restartPolicy: Never