Skip to content

Commit 425db83

Browse files
authored
fix extract command (#477)
Signed-off-by: Larry Steck <lsteck@us.ibm.com>
1 parent 9c7b0a6 commit 425db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/adopting/use-cases/gitops/gitops-serverless-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The following is required before proceeding to the next section.
204204
205205
1. The ArcoCD user id is `admin` and the password can be found in the `argocd-cluster-cluster` secret in the `openshift-gitops` project namespace. You can extract the secret with the command
206206
```shell
207-
oc extract secret/argocd-cluster-cluster --to=- -n openshift-gitopsoc extract secret/argocd-cluster-cluster --to=- -n openshift-gitops
207+
oc extract secret/argocd-cluster-cluster --to=- -n openshift-gitops
208208
```
209209
210210
1. On the ArgoCD UI you can see the newly created bootstrap application.

0 commit comments

Comments
 (0)