stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

Use chartFileRef if is defined #32

Closed renanqts closed 4 years ago

renanqts commented 4 years ago

This PR cover the case below.

  valuesFrom:
  - chartFileRef:
      path: another-file.yaml

This is part of #25

renanqts commented 4 years ago

@stefanprodan could you please take a look?

stefanprodan commented 4 years ago

Wouldn't this break the releases coming from Helm repos as the file is inside the chart tar.gz and not in git?

renanqts commented 4 years ago

You mean when is specified valuesFrom in this case? @stefanprodan