Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install helm push plugin (before building the Helm repository)

Code Block
languagebash
titleInstall Helm Push Plugin
helm plugin install https://github.com/chartmuseum/helm-push.git


Ensure your local repo has the charts loaded onto it :

Code Block
helm search repo local
NAME CHART VERSION APP VERSION DESCRIPTION
local/a1policymanagement 8.0.0 1.0.0 A Helm chart for A1 Policy Management Service
local/aaf 8.0.0 ONAP Application Authorization Framework
local/aai 8.0.0 ONAP Active and Available Inventory
local/appc 8.0.0 Application Controller
...
local/contrib 8.0.0 ONAP optional tools
local/cps 8.0.0 Configuration Persistance Service (CPS)

Deploy CPS

To install CPS only, run the following command from within the oom/kubernetes/cps folder

...