Tekton Pipelines Config Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root config schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/tektonPipelines
Configure Tekton Pipelines
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config/schemas/config.yaml* |
TYPE:
object
(Tekton Pipelines Config)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Optional | cannot be null | Welkin Apps Config |
controller | object |
Optional | cannot be null | Welkin Apps Config |
webhook | object |
Optional | cannot be null | Welkin Apps Config |
remoteResolvers | object |
Optional | cannot be null | Welkin Apps Config |
customConfigDefaults | object |
Optional | cannot be null | Welkin Apps Config |
enabled¶
enabled
-
is optional
-
Type:
boolean
(Enable Tekton Flag) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(Enable Tekton Flag)
controller¶
Configure the Tekton Controller
controller
-
is optional
-
Type:
object
(Tekton Controller Config) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(Tekton Controller Config)
webhook¶
Configure the Tekton Webhook
webhook
-
is optional
-
Type:
object
(Tekton Webhook Config) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(Tekton Webhook Config)
remoteResolvers¶
Configure the Tekton Remote Resolver
remoteResolvers
-
is optional
-
Type:
object
(Tekton Remote Resolvers Config) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(Tekton Remote Resolvers Config)
customConfigDefaults¶
Configure custom default options for Tekton
Note
See the upstream documentation for available default config options.
customConfigDefaults
-
is optional
-
Type:
object
(Custom default config) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(Custom default config)
EXAMPLES:
default-timeout-minutes: '30'
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main