-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.kind/questionIssues or PRs that are questions around the project or a particular featureIssues or PRs that are questions around the project or a particular feature
Description
Hello, I recently discovered that we can specify object values for string params - for example
# pipelinerun param
- name: colors
value:
red: apple
yellow: banana
# pipeline param definition
- name: colors
default: ""
description: Color mapping
type: string
Any task that uses the colors param will get the object value serialized as a JSON string. This is a convenient thing to have but I saw no mention of it in the documentation. Is this intentional?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.kind/questionIssues or PRs that are questions around the project or a particular featureIssues or PRs that are questions around the project or a particular feature