cli: ask user to confirm cert-manager upgrades

This commit is contained in:
Otto Bittner 2023-01-04 13:55:10 +01:00
parent e7c7e35f51
commit 075a0e0ad6
5 changed files with 174 additions and 36 deletions

View file

@ -75,7 +75,7 @@ func (u stubUpgrader) Upgrade(context.Context, string, string, measurements.M) e
return u.err
}
func (u stubUpgrader) UpgradeHelmServices(ctx context.Context, config *config.Config, timeout time.Duration) error {
func (u stubUpgrader) UpgradeHelmServices(ctx context.Context, config *config.Config, timeout time.Duration, allowDestructive bool) error {
return u.helmErr
}