diff --git a/share/tekton-tasks/all_Task.tf b/share/tekton-tasks/all_Task.tf index 0236431..6e3d42a 100644 --- a/share/tekton-tasks/all_Task.tf +++ b/share/tekton-tasks/all_Task.tf @@ -877,11 +877,12 @@ resource "kubectl_manifest" "Task_gitea-set-status" { description: | The Gitea host, e.g: git.yourcompany.com. Can include port. type: string + default: gitea-http.${var.domain}-ci.svc:3000 - name: GITEA_HTTPS_OR_HTTP description: | If we should connect with HTTP or HTTPS. Use "http" or "https" here. type: string - default: https + default: http - name: API_PATH_PREFIX description: | The API path prefix of Gitea, default: /api/v1