Skip to content

Commit 3507f20

Browse files
committed
fix: documentation commands and file paths
1 parent d4aa61b commit 3507f20

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ Customize your RAM Values file based on the deployment template for your specifi
249249

250250
```bash
251251
helm install my-sas-retrieval-agent-manager <path-to-repo>/helm/sas-retrieval-agent-manager \
252-
--values <RAM Values file>
252+
--values <RAM Values file> \
253+
-n retagentmgr \
254+
--create-namespace
253255
```
254256

255257
Note: Until an official repository is created, a tarball installation will be required. Also, if something fails and you need to redeploy, you'll have to run `kubectl delete ns retagentmgr` first.

docs/user/DependencyInstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ helm install cert-manager ./helm/cert-manager/charts/cert-manager-v1.18.2.tgz \
2020
--create-namespace
2121

2222
# Install trust manager with the tarball provided
23-
helm install trust-manager .\helm\cert-manager\charts\trust-manager-v0.18.0.tgz \
23+
helm install trust-manager ./helm/cert-manager/charts/trust-manager-v0.18.0.tgz \
2424
--set crds.enabled=true \
2525
-n cert-manager
2626

@@ -48,7 +48,7 @@ cluster with the following commands:
4848

4949
```bash
5050

51-
helm install linkerd ./helm/linkerd\ \
51+
helm install linkerd ./helm/linkerd \
5252
-f ./helm/linkerd/values.yaml \
5353
-n linkerd \
5454
--create-namespace

0 commit comments

Comments
 (0)