From 81b47a53367d5b358956e9d9d656ba95503752f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 19 Apr 2024 12:26:32 +0200 Subject: [PATCH] fix --- meta/domain-devspaces/index.yaml | 5 +++++ meta/domain-devspaces/organisations.tf | 1 + 2 files changed, 6 insertions(+) diff --git a/meta/domain-devspaces/index.yaml b/meta/domain-devspaces/index.yaml index 7bec615..0b66537 100644 --- a/meta/domain-devspaces/index.yaml +++ b/meta/domain-devspaces/index.yaml @@ -250,6 +250,11 @@ options: examples: - false type: boolean + haveTekton: + default: false + examples: + - false + type: boolean images: default: codeserver: diff --git a/meta/domain-devspaces/organisations.tf b/meta/domain-devspaces/organisations.tf index 77d5164..ec2c2f6 100644 --- a/meta/domain-devspaces/organisations.tf +++ b/meta/domain-devspaces/organisations.tf @@ -29,6 +29,7 @@ resource "kubectl_manifest" "organisations" { "stages" = [] "datasets" = [] "haveGitea" = var.haveGitea + "haveTekton" = var.haveTekton }, { for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name"], k) } ))}