From 8c787183eb421b0fda5c9f8777201963814730b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 12 May 2024 17:48:19 +0200 Subject: [PATCH] fix --- share/tekton-tasks/all_Task.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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