Skip to content

Commit 846d317

Browse files
committed
argocd: document usage of --grpc-web
1 parent aeaf9b9 commit 846d317

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

argocd/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ On a new kubernetes cluster you can run:
1111
kustomize build . | kubectl apply -f -
1212
```
1313

14+
# Using the ArgoCD CLI
15+
16+
Without mTLS:
17+
18+
```sh
19+
argocd --grpc-web <your command>
20+
```
21+
22+
With mTLS:
23+
24+
```sh
25+
argocd --grpc-web --client-crt $HOME/.mtls/hashbang.crt --client-cert-key $HOME/.mtls/hashbang.key <your command>
26+
```
27+
1428

1529
# Upgrading
1630

0 commit comments

Comments
 (0)