diff --git a/app/kubernetes/views/applications/create/createApplicationController.js b/app/kubernetes/views/applications/create/createApplicationController.js index 63bfcf739..c998d5e0a 100644 --- a/app/kubernetes/views/applications/create/createApplicationController.js +++ b/app/kubernetes/views/applications/create/createApplicationController.js @@ -1128,6 +1128,9 @@ class KubernetesCreateApplicationController { } this.oldFormValues = angular.copy(this.formValues); + this.savedFormValues = angular.copy(this.formValues); + this.updateNamespaceLimits(this.namespaceWithQuota); + this.updateSliders(this.namespaceWithQuota); } catch (err) { this.Notifications.error('Failure', err, 'Unable to load view data'); } finally {