diff --git a/app/docker/views/images/build/buildimage.html b/app/docker/views/images/build/buildimage.html
index 5a2c3bddc..36c006347 100644
--- a/app/docker/views/images/build/buildimage.html
+++ b/app/docker/views/images/build/buildimage.html
@@ -73,6 +73,7 @@
Templates allow deploying any kind of Kubernetes resource (Deployment, Secret, ConfigMap...)
diff --git a/app/kubernetes/custom-templates/kube-edit-custom-template-view/kube-edit-custom-template-view.html b/app/kubernetes/custom-templates/kube-edit-custom-template-view/kube-edit-custom-template-view.html index ee60a6448..1c55d44ee 100644 --- a/app/kubernetes/custom-templates/kube-edit-custom-template-view/kube-edit-custom-template-view.html +++ b/app/kubernetes/custom-templates/kube-edit-custom-template-view/kube-edit-custom-template-view.html @@ -13,7 +13,7 @@ on-change="($ctrl.onChangeFileContent)" ng-required="true" yml="true" - placeholder="# Define or paste the content of your manifest file here" + placeholder="Define or paste the content of your manifest file here" >Templates allow deploying any kind of Kubernetes resource (Deployment, Secret, ConfigMap...)
diff --git a/app/kubernetes/views/applications/create/createApplication.html b/app/kubernetes/views/applications/create/createApplication.html index 79179ac3c..bb4d86988 100644 --- a/app/kubernetes/views/applications/create/createApplication.html +++ b/app/kubernetes/views/applications/create/createApplication.html @@ -114,11 +114,11 @@ value="ctrl.stackFileContent" yml="true" identifier="kubernetes-deploy-editor" - placeholder="# Define or paste the content of your manifest file here" + placeholder="Define or paste the content of your manifest file here" on-change="(ctrl.onChangeFileContent)" >@@ -127,17 +127,17 @@ conversion tool which enables this. The reason for this is because Kompose now poses a security risk, since it has a number of Common Vulnerabilities and Exposures (CVEs).
-Unfortunately, while the Kompose project has a maintainer and is part of the CNCF, it is not being actively maintained. Releases are very infrequent and - new pull requests to the project (including ones we've submitted) are taking months to be merged, with new CVEs arising in the meantime.
++ Unfortunately, while the Kompose project has a maintainer and is part of the CNCF, it is not being actively maintained. Releases are very infrequent and new + pull requests to the project (including ones we've submitted) are taking months to be merged, with new CVEs arising in the meantime. +
We advise installing your own instance of Kompose in a sandbox environment, performing conversions of your Docker Compose files to Kubernetes manifests and using those manifests to set up applications.
-
- You can get more information about Kubernetes file format in the
- official documentation.
-
+
+ You can get more information about Kubernetes file format in the
+ official documentation.
+
You can get more information about Compose file format in the official documentation . -
+You can get more information about Compose file format in the official documentation . -
+You can get more information about Compose file format in the official documentation . -
+You can get more information about Compose file format in the official documentation. -
-{{ state.editorYamlValidationError }}