fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user