fix
This commit is contained in:
@@ -251,10 +251,10 @@ options:
|
|||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
gitea_ssh_port:
|
gitea_ssh_port:
|
||||||
default: 2222
|
default: '2222'
|
||||||
examples:
|
examples:
|
||||||
- 2222
|
- '2222'
|
||||||
type: integer
|
type: string
|
||||||
gitea_ssh_prefix:
|
gitea_ssh_prefix:
|
||||||
default: git
|
default: git
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ options:
|
|||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
gitea_ssh_port:
|
gitea_ssh_port:
|
||||||
default: 2222
|
default: '2222'
|
||||||
examples:
|
examples:
|
||||||
- 2222
|
- '2222'
|
||||||
type: integer
|
type: string
|
||||||
gitea_ssh_prefix:
|
gitea_ssh_prefix:
|
||||||
default: git
|
default: git
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ resource "kubectl_manifest" "ci-ssh-creds" {
|
|||||||
namespace: "${var.domain}-ci-${var.instance}"
|
namespace: "${var.domain}-ci-${var.instance}"
|
||||||
labels: ${jsonencode(local.common_labels)}
|
labels: ${jsonencode(local.common_labels)}
|
||||||
spec:
|
spec:
|
||||||
length: "2048"
|
length: "4096"
|
||||||
forceRegenerate: false
|
forceRegenerate: false
|
||||||
data:
|
data:
|
||||||
known_hosts: "${data.local_file.known_host[0].content}"
|
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}"
|
namespace: "${local.sorted-stages[count.index].namespace}"
|
||||||
labels: ${jsonencode(local.common_labels)}
|
labels: ${jsonencode(local.common_labels)}
|
||||||
spec:
|
spec:
|
||||||
length: "2048"
|
length: "4096"
|
||||||
forceRegenerate: false
|
forceRegenerate: false
|
||||||
data:
|
data:
|
||||||
known_hosts: "${data.local_file.known_host[0].content}"
|
known_hosts: "${data.local_file.known_host[0].content}"
|
||||||
|
|||||||
@@ -89,10 +89,10 @@ options:
|
|||||||
- ''
|
- ''
|
||||||
type: string
|
type: string
|
||||||
gitea_ssh_port:
|
gitea_ssh_port:
|
||||||
default: 2222
|
default: '2222'
|
||||||
examples:
|
examples:
|
||||||
- 2222
|
- '2222'
|
||||||
type: integer
|
type: string
|
||||||
gitea_ssh_prefix:
|
gitea_ssh_prefix:
|
||||||
default: git
|
default: git
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
locals {
|
|
||||||
common_labels = {
|
|
||||||
"vynil.solidite.fr/owner-name" = var.instance
|
|
||||||
"vynil.solidite.fr/owner-namespace" = var.namespace
|
|
||||||
"vynil.solidite.fr/owner-category" = var.category
|
|
||||||
"vynil.solidite.fr/owner-component" = var.component
|
|
||||||
"app.kubernetes.io/managed-by" = "vynil"
|
|
||||||
"app.kubernetes.io/name" = var.component
|
|
||||||
"app.kubernetes.io/instance" = var.instance
|
|
||||||
}
|
|
||||||
common-labels = local.common_labels
|
|
||||||
}
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: vinyl.solidite.fr/v1beta1
|
|
||||||
kind: Component
|
|
||||||
category: share
|
|
||||||
metadata:
|
|
||||||
name: tekton-tasks
|
|
||||||
description: Install base tekton-tasks
|
|
||||||
options:
|
|
||||||
domain:
|
|
||||||
default: media
|
|
||||||
examples:
|
|
||||||
- media
|
|
||||||
type: string
|
|
||||||
dependencies:
|
|
||||||
- dist: null
|
|
||||||
category: workflow
|
|
||||||
component: tekton-pipelines
|
|
||||||
providers:
|
|
||||||
kubernetes: null
|
|
||||||
authentik: null
|
|
||||||
kubectl: true
|
|
||||||
postgresql: null
|
|
||||||
mysql: null
|
|
||||||
restapi: null
|
|
||||||
http: null
|
|
||||||
gitea: null
|
|
||||||
tfaddtype: null
|
|
||||||
Reference in New Issue
Block a user