Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Ability to override source branches in config files #283

Open
Chipzter opened this issue Feb 1, 2020 · 0 comments
Open

Ability to override source branches in config files #283

Chipzter opened this issue Feb 1, 2020 · 0 comments
Labels
enhancement New feature or request low-pri

Comments

@Chipzter
Copy link

Chipzter commented Feb 1, 2020

As an operator, I would like to be able to specify a development branch of a component helm chart repo so that I can test changes to the helm charts before PRing them to the master branch.

In support of this, add a branch field to the component config spec such that I can override which branch each subcomponent definition or helm chart is cloned from per environment.

example config/test.yaml:

subcomponents:
  myfeed:
    branch: develop
    config:
      image:
        tag: 1.0.7

A possible work-around could be to maintain a separate HLD repository (and its target manifest repo) that references the development branch(es) instead of the master branch(es), but that feels like it would defeat the beauty of the bedrock framework.

@Chipzter Chipzter added the enhancement New feature or request label Feb 1, 2020
@jred55 jred55 added the low-pri label Mar 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request low-pri
Projects
None yet
Development

No branches or pull requests

2 participants