Skip to content

Conversation

relu
Copy link
Member

@relu relu commented Dec 16, 2020

Fixes #245

As part of the feature implementation to support helm chart
dependencies, the functionality for allowing values files overwriting
from any location scoped to the same source was altered. This should
fix the problem by allowing users to load files from any arbitrary
location as long as it's in the context of the same source from where
the helm chart itself is loaded.

@relu relu requested a review from hiddeco December 16, 2020 19:18
@relu relu force-pushed the fix-values-file-path-support branch from 3eb0d4d to d397177 Compare December 16, 2020 19:18
@relu relu force-pushed the fix-values-file-path-support branch from d397177 to 80b868b Compare December 16, 2020 19:50
@hiddeco hiddeco changed the title Fix HelmChart valuesFile chat path restriction Fix HelmChart valuesFile chart path restriction Dec 16, 2020
@hiddeco hiddeco added bug Something isn't working area/git Git related issues and pull requests area/helm Helm related issues and pull requests labels Dec 16, 2020
@relu relu force-pushed the fix-values-file-path-support branch 2 times, most recently from fe46196 to 65d6930 Compare December 17, 2020 10:16
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for following up on this 🌷

You may want to amend your commit as it contains I typo (fixed it in the PR title).

As part of the feature implementation to support helm chart
dependencies, the functionality for allowing values files overwriting
from any location scoped to the same source was altered. This should fix
the problem by allowing users to load files from any arbitrary location
as long as it's in the context of the same source from where the helm
chart itself is loaded.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
@relu relu force-pushed the fix-values-file-path-support branch from 65d6930 to a55c502 Compare December 17, 2020 10:58
@relu
Copy link
Member Author

relu commented Dec 17, 2020

Thanks, didn't notice the typo! 👍

@relu relu merged commit c3f6ee7 into main Dec 17, 2020
@relu relu deleted the fix-values-file-path-support branch December 17, 2020 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/git Git related issues and pull requests area/helm Helm related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HelmChart ValuesFile no longer accepts relative path in GitRepository
2 participants