fix
This commit is contained in:
@@ -29,7 +29,8 @@ resource "kubectl_manifest" "tekton" {
|
||||
stages: ${jsonencode(local.sorted-stage-name)}
|
||||
haveFlux: ${jsonencode(var.haveFlux)}
|
||||
autoCD: ${jsonencode(var.autoCD)}
|
||||
|
||||
gitea_ssh_prefix: ${jsonencode(var.gitea_ssh_prefix)}
|
||||
gitea_ssh_port: ${jsonencode(var.gitea_ssh_port)}
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
@@ -88,6 +88,16 @@ options:
|
||||
examples:
|
||||
- ''
|
||||
type: string
|
||||
gitea_ssh_port:
|
||||
default: 2222
|
||||
examples:
|
||||
- 2222
|
||||
type: integer
|
||||
gitea_ssh_prefix:
|
||||
default: git
|
||||
examples:
|
||||
- git
|
||||
type: string
|
||||
haveFlux:
|
||||
default: false
|
||||
examples:
|
||||
|
||||
Reference in New Issue
Block a user