Brian's cheatsheet for Helm commands: K8S / helm basic commands for ONAP integration
#git pull inn in OOM repo
Code Block | ||
---|---|---|
| ||
Yangs-MacBook-Air:src yang$ git clone "https://gerrit.onap.org/r/oom"
Yangs-MacBook-Air:src yang$ cd oom
Yangs-MacBook-Air:oom yang$ git submodule update --init --recursive
Yangs-MacBook-Air:oom yang$ git pull
|
...