-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
We are currently supporting nested folders in extra_artifacts for app deployments:
| for _, regex := range []string{"*.yml", "*.yaml"} { |
We have to do something similar as we already do in sys_services:
| for _, regex := range []string{"**/*.yml", "**/*.yaml"} { |
Acceptance criteria
- Allow nested folders in
extra_artifacts - Validated in dev environment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request