This commit is contained in:
2024-05-12 17:51:58 +02:00
parent 8c787183eb
commit 27e30045d6
2 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ resource "kubectl_manifest" "tasks" {
distrib: "${var.distributions.domain}"
category: "share"
component: "tekton-tasks"
options: {}
options:
domain: "${var.domain}"
EOF
}

View File

@@ -5,7 +5,12 @@ category: share
metadata:
name: tekton-tasks
description: Install base tekton-tasks
options: {}
options:
domain:
default: media
examples:
- media
type: string
dependencies:
- dist: null
category: workflow