woodpecker-helm3/internal/helm
Erin Call b6ba856c31
Pass CleanupOnFail to the Upgrade Step [#65]
I don't love the mismatch between the helm.Config field (CleanupOnFail)
and the setting name (cleanup_failed_upgrade). I do think the setting
name should contain "upgrade" since it's specific to the upgrade command,
but if I make the config field CleanupFailedUpgrade, it becomes the new
longest field name, and gofmt creates a bunch of churn. Is that a good
enough reason...?
2020-01-07 12:56:51 -08:00
..
config.go Pass CleanupOnFail to the Upgrade Step [#65] 2020-01-07 12:56:51 -08:00
config_test.go Merge branch 'master' into deprecation-warnings 2019-12-31 18:03:00 -05:00
mock_step_test.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
plan.go Pass CleanupOnFail to the Upgrade Step [#65] 2020-01-07 12:56:51 -08:00
plan_test.go Pass CleanupOnFail to the Upgrade Step [#65] 2020-01-07 12:56:51 -08:00