bluebosh / helm-update-config

Helm plugin that allows to update config values of existing release.
MIT License
0 stars 3 forks source link

issue 915 to refactor helm-update-config code #1

Closed EmilyEmily closed 5 years ago

EmilyEmily commented 5 years ago
helm update-config "cf.20190214.142635" --set-value=sizing.diego_cell.count="1",kube.diego_cell_size="1"

works well with this version of plugin.

EmilyEmily commented 5 years ago

I think for this case, we should set the same package for test and then you can test all private functions, which is what we expect here.

I communicated with other team, they mentioned that normally they only test public functions, and during testing, private functions will be called by public functions internally, thus private functions will be tested indirectly.