Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add opportunity to create multiple files from single source (files section) #36

Open
kozmod opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request hold on hold

Comments

@kozmod
Copy link
Owner

kozmod commented Feb 2, 2023

current realization:

files:
  - path: x/config.yaml
    get:
      url: "{{printf `%s%s%s` $gitlab_path `config_tmpl.yaml` $gitlab_raw_suffix}}"

possible usage:

files:
  - path: [x/config_dev.yaml, x/config_stage.yaml, x/config_prod.yaml]
    get:
      url: "{{printf `%s%s%s` $gitlab_path `config_tmpl.yaml` $gitlab_raw_suffix}}"
@kozmod kozmod added the enhancement New feature or request label Feb 2, 2023
@kozmod kozmod self-assigned this Feb 2, 2023
@kozmod kozmod added good first issue Good for newcomers hold on hold and removed good first issue Good for newcomers labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hold on hold
Projects
None yet
Development

No branches or pull requests

1 participant