fix(docs): fix code comment for ReuseValues()

pull/3086/head
Matt Tucker 7 years ago
parent c5c6e6375b
commit b8734a173e

@ -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