Skip to content

feat: support lists and maps in params block#261

Merged
ejseqera merged 1 commit intomainfrom
fix-list-map-params
Dec 1, 2025
Merged

feat: support lists and maps in params block#261
ejseqera merged 1 commit intomainfrom
fix-list-map-params

Conversation

@ejseqera
Copy link
Copy Markdown
Member

@ejseqera ejseqera commented Dec 1, 2025

Fixes #245 Adds support for specifying params with lists or maps in YAML configuration, with environment variable resolution at any nesting depth.

params:
  list_parameter:
    - value1_${ENV}
    - value2_${ENV}
  map_param:
    key: $MY_VAR

@ejseqera ejseqera merged commit e296dd5 into main Dec 1, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

specify params with lists or maps

1 participant