Skip to content

HULL and subcharts #393

@eshepelyuk

Description

@eshepelyuk

Hello

I am interested if there any possibility to apply HULL templating \ transformations to the values of helm chart dependencies ?

I.e. I've created a chart that uses HULL for rendering Deployments or any other K8s resources. As a dependency this helm chart includes, for example Redis or Postgresql chart.

ATM in my values.yaml I can only use static values to configure subcharts, but I'd like to be able to do smth like below
regardless how hacky or dirty it would look like

hull:
  config:
    specific:
      value2: 222
  ....
redis:
  param1: value1
  param2: _HT*hull.config.specific.value2

Sorry, if this not HULL related at all. Any suggestions are appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions