Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 6475f61

Browse files
committed
Fixing a typo.
1 parent fa080b9 commit 6475f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ kubectl get scans
116116

117117
### Access Services
118118

119-
* Minio UI
119+
* Minio UI:
120120
* AccessKey: `kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.accesskey}' | base64 --decode; echo`
121121
* SecretKey: `kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.secretkey}' | base64 --decode; echo`
122122
* Port Forward Minio UI: `kubectl port-forward -n securecodebox-system service/securecodebox-operator-minio 9000:9000`
123-
* Elastic / Kibana UI
123+
* Elastic / Kibana UI:
124124
* User: `elastic`
125125
* Password: `kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo`
126126
* Port Forward Kibana: `kubectl port-forward -n default service/persistence-elastic-kibana 5601:5601`

0 commit comments

Comments
 (0)