fix
This commit is contained in:
@@ -48,7 +48,8 @@ resource "kubectl_manifest" "tasks" {
|
|||||||
distrib: "${var.distributions.domain}"
|
distrib: "${var.distributions.domain}"
|
||||||
category: "share"
|
category: "share"
|
||||||
component: "tekton-tasks"
|
component: "tekton-tasks"
|
||||||
options: {}
|
options:
|
||||||
|
domain: "${var.domain}"
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,12 @@ category: share
|
|||||||
metadata:
|
metadata:
|
||||||
name: tekton-tasks
|
name: tekton-tasks
|
||||||
description: Install base tekton-tasks
|
description: Install base tekton-tasks
|
||||||
options: {}
|
options:
|
||||||
|
domain:
|
||||||
|
default: media
|
||||||
|
examples:
|
||||||
|
- media
|
||||||
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: workflow
|
category: workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user