fix
This commit is contained in:
@@ -48,7 +48,8 @@ resource "kubectl_manifest" "tasks" {
|
||||
distrib: "${var.distributions.domain}"
|
||||
category: "share"
|
||||
component: "tekton-tasks"
|
||||
options: {}
|
||||
options:
|
||||
domain: "${var.domain}"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user