Skip to content

Commit 66e71b4

Browse files
committed
arkade already creating namespace of argocd we don't need additional step, the line for getting secret is wrapped to be able to show it in browser
Signed-off-by: Batuhan Apaydın <[email protected]>
1 parent a142004 commit 66e71b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: _posts/2021-04-08-bring-gitops-to-your-openfaas-functions-with-argocd.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ arkade is not only for the CLI tooling, it also helps you to get started to inst
141141
hopefully arkade also supports installing ArgoCD.
142142

143143
```bash
144-
$ kubectl create namespace argocd
145144
$ arkade install argocd
146145
```
147146

@@ -171,7 +170,9 @@ CD installation namespace.
171170
You can simply retrieve this password using kubectl:
172171

173172
```bash
174-
$ kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d && echo
173+
$ $ kubectl get secret \
174+
-n argocd \
175+
argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d && echo
175176
SyudUgAtDobmgSjM
176177
```
177178

0 commit comments

Comments
 (0)