fix
This commit is contained in:
@@ -877,11 +877,12 @@ resource "kubectl_manifest" "Task_gitea-set-status" {
|
|||||||
description: |
|
description: |
|
||||||
The Gitea host, e.g: git.yourcompany.com. Can include port.
|
The Gitea host, e.g: git.yourcompany.com. Can include port.
|
||||||
type: string
|
type: string
|
||||||
|
default: gitea-http.${var.domain}-ci.svc:3000
|
||||||
- name: GITEA_HTTPS_OR_HTTP
|
- name: GITEA_HTTPS_OR_HTTP
|
||||||
description: |
|
description: |
|
||||||
If we should connect with HTTP or HTTPS. Use "http" or "https" here.
|
If we should connect with HTTP or HTTPS. Use "http" or "https" here.
|
||||||
type: string
|
type: string
|
||||||
default: https
|
default: http
|
||||||
- name: API_PATH_PREFIX
|
- name: API_PATH_PREFIX
|
||||||
description: |
|
description: |
|
||||||
The API path prefix of Gitea, default: /api/v1
|
The API path prefix of Gitea, default: /api/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user