Merge pull request #3086 from ultimateboy/fix-reuse-values-comment

fix(docs): fix code comment for ReuseValues()
pull/2950/merge
Matthew Fisher 7 years ago committed by GitHub
commit f189e741a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -348,7 +348,8 @@ func ResetValues(reset bool) UpdateOption {
}
}
// ReuseValues will (if true) trigger resetting the values to their original state.
// ReuseValues will cause Tiller to reuse the values from the last release.
// This is ignored if ResetValues is true.
func ReuseValues(reuse bool) UpdateOption {
return func(opts *options) {
opts.reuseValues = reuse

Loading…
Cancel
Save