Versions Compared

Key

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

...

  • build local onap helm repo
Code Block
languagebash
sudo apt install -y build-essential
cd ~/workspace/oom_smo/kubernetes
make repo; make SKIP_LINT=TRUE all ; make SKIP_LINT=TRUE onap
# take a coffee
helm search onap

...