Skip to content

Commit 70713d3

Browse files
committed
Removed hardcoded password
Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com>
1 parent 0e288ea commit 70713d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/OpenShift GitOps CLI User Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ $ compinit
656656
```
657657
eg:
658658
```
659-
# oc login -u kubeadmin -p 'Qlr1Mq9y6bDHhB3F0JdCSXNAgjiTtG$X' https://api.crc.testing:6443
659+
# oc login -u kubeadmin -p '<password>' https://api.crc.testing:6443
660660
```
661661
2. Check if the context is set correctly in the kubeconfig file
662662
```

0 commit comments

Comments
 (0)