deployment as a category in properties.json

This commit is contained in:
aparna-ravindra
2021-08-23 11:00:59 +05:30
parent 216e9acdac
commit 671fc9a635
10 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
"description": "Build a Docker-based project and deploy it to OpenShift.",
"creator": "Red Hat",
"iconName": "openshift",
"categories": [ "Dockerfile" ]
"categories": [ "deployment", "Dockerfile" ]
}