clarify atomic and cleanup-on-fail

Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/7834/head
Matt Butcher 6 years ago
parent d421ddae30
commit 656b52db4f
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -79,9 +79,9 @@ type Upgrade struct {
Recreate bool Recreate bool
// MaxHistory limits the maximum number of revisions saved per release // MaxHistory limits the maximum number of revisions saved per release
MaxHistory int MaxHistory int
// Atomic, if true, will set the upgrade mode to an atomic upgrade. // Atomic, if true, will roll back on failure.
Atomic bool Atomic bool
// CleanupOnFail will, if true, cause the upgrade to delete resources on a failed update. // CleanupOnFail will, if true, cause the upgrade to delete newly-created resources on a failed update.
CleanupOnFail bool CleanupOnFail bool
// SubNotes determines whether sub-notes are rendered in the chart. // SubNotes determines whether sub-notes are rendered in the chart.
SubNotes bool SubNotes bool

Loading…
Cancel
Save