Skip to content

Commit

Permalink
Update src/types/component.go
Browse files Browse the repository at this point in the history
Co-authored-by: razzle <harry@razzle.cloud>
  • Loading branch information
naveensrinivasan and Noxsios committed Apr 5, 2024
1 parent 3714ea7 commit 9fee2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type ZarfChart struct {
ReleaseName string `json:"releaseName,omitempty" jsonschema:"description=The name of the Helm release to create (defaults to the Zarf name of the chart)"`
NoWait bool `json:"noWait,omitempty" jsonschema:"description=Whether to not wait for chart resources to be ready before continuing"`
ValuesFiles []string `json:"valuesFiles,omitempty" jsonschema:"description=List of local values file paths or remote URLs to include in the package; these will be merged together when deployed"`
Variables []ZarfChartVariable `json:"variables,omitempty" jsonschema:"description=List of variables to set in the Helm chart"`
Variables []ZarfChartVariable `json:"variables,omitempty" jsonschema:"description=[alpha] List of variables to set in the Helm chart"`
}

// ZarfChartVariable represents a variable that can be set for a Helm chart overrides.
Expand Down

0 comments on commit 9fee2ab

Please sign in to comment.