Unverified Commit f189e741 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

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

fix(docs): fix code comment for ReuseValues()
parents c5c6e637 b8734a17
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment