From 9f4e24f903456ce28b58f360af6228aa21e2e88f Mon Sep 17 00:00:00 2001 From: Brendon Lloyd Date: Fri, 16 Jul 2021 20:19:05 +0000 Subject: [PATCH] Update README.md according to: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane/-/issues/4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cbc6b3..8516ac7 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 ``` -- GitLab