Skip to content

Commit

Permalink
Update field description to match the one in kudoinit. (#1198)
Browse files Browse the repository at this point in the history
This was missed in #1172
  • Loading branch information
porridge committed Dec 19, 2019
1 parent 770d862 commit ef9d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/kudo/v1beta1/operatorversion_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type OperatorVersionSpec struct {
Version string `json:"version,omitempty"`
AppVersion string `json:"appVersion,omitempty"`

// Yaml captures a templated yaml list of elements that define the application operator instance.
// Templates is a list of references to YAML templates located in the templates folder and later referenced from tasks.
Templates map[string]string `json:"templates,omitempty"`
// List of all tasks available in this OperatorVersion.
Tasks []Task `json:"tasks,omitempty"`
Expand Down

0 comments on commit ef9d22d

Please sign in to comment.