This commit is contained in:
2024-05-12 17:48:19 +02:00
parent f938c8602e
commit 8c787183eb

View File

@@ -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