File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : tf-controller
33description : The Helm chart for Weave GitOps Terraform Controller
44type : application
5- version : 0.9.8
5+ version : 0.10.0
66appVersion : " v0.13.1"
Original file line number Diff line number Diff line change 11# Weave GitOps Terraform Controller
22
3- ![ Version: 0.9.8 ] ( https://img.shields.io/badge/Version-0.9.8 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.1] ( https://img.shields.io/badge/AppVersion-v0.13.1-informational?style=flat-square )
3+ ![ Version: 0.10.0 ] ( https://img.shields.io/badge/Version-0.10.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.1] ( https://img.shields.io/badge/AppVersion-v0.13.1-informational?style=flat-square )
44
55The Helm chart for Weave GitOps Terraform Controller
66
Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ spec:
160160 description : EnableInventory enables the object to store resource
161161 entries as the inventory for external use.
162162 type : boolean
163+ enterprise :
164+ description : Enterprise is the enterprise configuration placeholder.
165+ x-kubernetes-preserve-unknown-fields : true
163166 fileMappings :
164167 description : List of all configuration files to be created in initialization.
165168 items :
@@ -243,6 +246,12 @@ spec:
243246 interval :
244247 description : The interval at which to reconcile the Terraform.
245248 type : string
249+ parallelism :
250+ default : 0
251+ description : Parallelism limits the number of concurrent operations
252+ of Terraform apply step. Zero (0) means using the default value.
253+ format : int32
254+ type : integer
246255 path :
247256 description : Path to the directory containing Terraform (.tf) files.
248257 Defaults to 'None', which translates to the root path of the SourceRef.
You can’t perform that action at this time.
0 commit comments