From: garciadeblas Date: Wed, 11 Sep 2024 07:46:36 +0000 (+0200) Subject: Update README.md to fix typos in Markdown format X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=52baa8ba8c312a2a75e21ab4ece727b11ea57372;p=osm%2Fdevops.git Update README.md to fix typos in Markdown format Change-Id: Iadf38c6a2542754f65e748268e108971c348bbe7 Signed-off-by: garciadeblas --- diff --git a/README.md b/README.md index a106c0bd..80fae031 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Scripts and artifacts for OSM installation and CI/CD pipelines. ### Create folder -´´´bash +```bash mkdir osm cd osm ``` @@ -48,7 +48,7 @@ git clone "https://osm.etsi.org/gerrit/osm/LCM" If needed, update code in the repos. An example for N2VC is shown below -``` +```bash cd N2VC git pull "https://osm.etsi.org/gerrit/osm/N2VC" refs/changes/22/14222/2 cd .. @@ -107,6 +107,7 @@ helm3 -n osm history osm helm3 -n osm upgrade --reuse-values --set lcm.image.repository="your-registry/osm/osm-testing/opensourcemano/lcm" --set lcm.image.tag="myfeature" osm ./helm-chart-dir helm3 -n osm status osm kubectl -n osm get all +``` ### Test OSM Helm Chart independently @@ -121,3 +122,4 @@ cd devops/ kubectl -n osm get all kubectl -n osm get ingress ``` +