mirror of
https://github.com/helm/helm.git
synced 2026-04-23 07:07:30 -04:00
fix(docs): fix code comment for ReuseValues()
This commit is contained in:
parent
c5c6e6375b
commit
b8734a173e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue