Skip to content

Commit

Permalink
experimental/routesV2: fix typo in README
Browse files Browse the repository at this point in the history
Fix environment variable reference for CTR_TAG.

Signed-off-by: Shashank Ram <shashr2204@gmail.com>
  • Loading branch information
shashankram committed Feb 11, 2021
1 parent b081201 commit 51f0d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/routes_refactor/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ make docker-push

Install OSM control plane using the `osm` cli with the experimental routes v2 flag enabled
```console
$ bin/osm install --enable-routes-v2-experimental=true --container-registry "$CTR_REGISTRY" --osm-image-tag "CTR_TAG" --osm-chart-path charts/osm
$ bin/osm install --enable-routes-v2-experimental=true --container-registry "$CTR_REGISTRY" --osm-image-tag "$CTR_TAG" --osm-chart-path charts/osm
```

## Install Demo manifests
Expand Down

0 comments on commit 51f0d76

Please sign in to comment.