Updated helm manager README 94/6594/1
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Wed, 11 Aug 2021 08:12:40 +0000 (10:12 +0200)
committerBjornMagnussonXA <bjorn.magnusson@est.tech>
Wed, 11 Aug 2021 08:12:48 +0000 (10:12 +0200)
Issue-ID: NONRTRIC-563

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I64a420da00fa86493a69277fb71fca95a535d244

helm-manager/README.md

index c80bebe..0e49e92 100644 (file)
@@ -1,3 +1,10 @@
+# O-RAN-SC Non-RT RIC Helm Manager
+
+The O-RAN Non-RT RIC Helm Manager provides a service to manages application helm charts.
+
+For further details and build and run, see this page [NONRTRIC Development Guide](https://wiki.o-ran-sc.org/display/RICNR/NONRTRIC+Development+Guide) for instructions of the applicable release.
+
+
 ## License
 Copyright (C) 2021 Nordix Foundation.
 Licensed under the Apache License, Version 2.0 (the "License")
@@ -12,12 +19,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 
-For more information about license please see the [LICENSE](LICENSE.txt) file for details.
-
-## Helm Manager for Kubernetes
-The helm manager is a service for managing helm charts.  The service provides a REST API for onboarding of charts as well as installation and uninstallation of applications based on these charts.
-
-```bash
-$ helm package charts
-$ helm install helmmanager helmmanager-2.0.0.tgz --namespace nonrtric -f overridefile.yaml
-```
\ No newline at end of file
+For more information about license please see the [LICENSE](LICENSE.txt) file for details.
\ No newline at end of file