fix
This commit is contained in:
@@ -64,7 +64,7 @@ resource "kubectl_manifest" "ci-ssh-creds" {
|
||||
namespace: "${var.domain}-ci-${var.instance}"
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
spec:
|
||||
length: "2048"
|
||||
length: "4096"
|
||||
forceRegenerate: false
|
||||
data:
|
||||
known_hosts: "${data.local_file.known_host[0].content}"
|
||||
|
||||
@@ -60,7 +60,7 @@ resource "kubectl_manifest" "ssh-creds" {
|
||||
namespace: "${local.sorted-stages[count.index].namespace}"
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
spec:
|
||||
length: "2048"
|
||||
length: "4096"
|
||||
forceRegenerate: false
|
||||
data:
|
||||
known_hosts: "${data.local_file.known_host[0].content}"
|
||||
|
||||
@@ -89,10 +89,10 @@ options:
|
||||
- ''
|
||||
type: string
|
||||
gitea_ssh_port:
|
||||
default: 2222
|
||||
default: '2222'
|
||||
examples:
|
||||
- 2222
|
||||
type: integer
|
||||
- '2222'
|
||||
type: string
|
||||
gitea_ssh_prefix:
|
||||
default: git
|
||||
examples:
|
||||
|
||||
Reference in New Issue
Block a user