diff --git a/app/kubernetes/views/applications/edit/applicationController.js b/app/kubernetes/views/applications/edit/applicationController.js index eb3f88094..6133b9785 100644 --- a/app/kubernetes/views/applications/edit/applicationController.js +++ b/app/kubernetes/views/applications/edit/applicationController.js @@ -273,7 +273,9 @@ class KubernetesApplicationController { if (this.application.ApplicationKind === this.KubernetesDeploymentTypes.GIT) { this.state.appType = `git repository`; } else if (this.application.ApplicationKind === this.KubernetesDeploymentTypes.CONTENT) { - this.state.appType = `web editor`; + this.state.appType = `manifest`; + } else if (this.application.ApplicationKind === this.KubernetesDeploymentTypes.URL) { + this.state.appType = `manifest`; } }