Skip to content

[hydrate-orchestrator] Allow nested folders for regular applications #220

@jalvarezit

Description

@jalvarezit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions