diff --git a/app/kubernetes/views/applications/create/createApplicationController.js b/app/kubernetes/views/applications/create/createApplicationController.js index 60b7ba98e..f713c12aa 100644 --- a/app/kubernetes/views/applications/create/createApplicationController.js +++ b/app/kubernetes/views/applications/create/createApplicationController.js @@ -168,6 +168,7 @@ class KubernetesCreateApplicationController { } this.state.updateWebEditorInProgress = true; await this.StackService.updateKubeStack({ EndpointId: this.endpoint.Id, Id: this.application.StackId }, this.stackFileContent, null); + this.state.isEditorDirty = false; await this.$state.reload(); } catch (err) { this.Notifications.error('Failure', err, 'Failed redeploying application');