diff --git a/README.md b/README.md index 6cbc6b3c044d93b0ce5235d7ca9c81c00d80920a..8516ac74cf3f77b1d41a45e4cd84790e7e0997d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Install Helm https://helm.sh/docs/intro/install/ -This chart requires the Istio Operator to be deployed beforehand. You can use [BigBang]() or the standalone [istio-operator](https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator) chart. +This chart requires the Istio Operator to be deployed beforehand via [BigBang](). Place the chart into the existing "istio-system" namespace as described below. ## Iron Bank @@ -31,5 +31,5 @@ You can `pull` the registry1 image(s) [here](https://registry1.dso.mil/harbor/pr ``` git clone https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git cd istio-controlplane -helm install istio-controlplane chart +helm install istio-controlplane chart -n istio-system ```