1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

feat(kubernetes): cluster setup reasonable defaults EE-4518 (#8082)

This commit is contained in:
Dakota Walsh 2022-12-16 16:03:40 +13:00 committed by GitHub
parent 0436be7bc4
commit 046738c967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 168 additions and 3 deletions

View file

@ -225,10 +225,8 @@ class KubernetesConfigureController {
}
});
await Promise.all(storagePromises);
this.$state.reload();
this.Notifications.success('Success', 'Configuration successfully applied');
this.$state.go('portainer.home');
} catch (err) {
this.Notifications.error('Failure', err, 'Unable to apply configuration');
} finally {