Skip to content

Commit

Permalink
config: Update pipeine.vars description
Browse files Browse the repository at this point in the history
Signed-off-by: Chance Zibolski <[email protected]>
  • Loading branch information
chancez committed Sep 8, 2024
1 parent b4daa20 commit b5ba419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type PipelineGenerator struct {
Generator *Generator `yaml:"generator,omitempty" json:"generator,omitempty" jsonschema:"oneof_required=generator"`
// Import is a value containing a pipeline to import
Import *Value `yaml:"import,omitempty" json:"import,omitempty" jsonschema:"oneof_required=import"`
// Vars defines variables that the pipeline expects.
// Vars defines variables that the pipeline is providing to the sub-pipeline.
Vars []NamedValue `yaml:"vars,omitempty" json:"vars,omitempty"`
}

Expand Down
4 changes: 2 additions & 2 deletions pkg/config/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"$ref": "#/$defs/NamedValue"
},
"type": "array",
"description": "Vars defines variables that the pipeline expects."
"description": "Vars defines variables that the pipeline is providing to the sub-pipeline."
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -598,7 +598,7 @@
"$ref": "#/$defs/NamedValue"
},
"type": "array",
"description": "Vars defines variables that the pipeline expects."
"description": "Vars defines variables that the pipeline is providing to the sub-pipeline."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit b5ba419

Please sign in to comment.