Versions Compared

Key

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

...

#Another way to install one chart (deprecated due to memory size limit of configmap)

Code Block
titleInstall
root@oom-rancher:~/oom/kubenetes# helm delete --purge dev-sdc
root@oom-rancher:~/oom/kubenetes# helm install local/sdc --namespace onap --name dev-sdc -f /root/oom/kubernetes/onap/resources/environments/public-cloud.yaml  -f /root/integration-override.yaml

...