This commit is contained in:
2024-05-16 13:13:51 +02:00
parent df92bf1df1
commit 377b430669
8 changed files with 11 additions and 1561 deletions

View File

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

View File

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

View File

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