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

Commit 47a5431

Browse files
committed
#13 Only use one type of markdown lists
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 9fc3629 commit 47a5431

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,15 @@ kubectl get scans
133133

134134
### Access Services
135135

136-
* Minio UI:
137-
* AccessKey: `kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.accesskey}' | base64 --decode; echo`
138-
* SecretKey: `kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.secretkey}' | base64 --decode; echo`
139-
* Port Forward Minio UI: `kubectl port-forward -n securecodebox-system service/securecodebox-operator-minio 9000:9000`
140-
* Elastic / Kibana UI:
141-
* User: `elastic`
142-
* Password: `kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo`
143-
* Port Forward Kibana: `kubectl port-forward -n default service/persistence-elastic-kibana 5601:5601`
144-
* Port Forward Elasticsearch: `kubectl port-forward -n default service/elasticsearch-master 9200:9200`
145-
136+
- Minio UI:
137+
- AccessKey: `kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.accesskey}' | base64 --decode; echo`
138+
- SecretKey: `kubectl get secret securecodebox-operator-minio -n securecodebox-system -o=jsonpath='{.data.secretkey}' | base64 --decode; echo`
139+
- Port Forward Minio UI: `kubectl port-forward -n securecodebox-system service/securecodebox-operator-minio 9000:9000`
140+
- Elastic / Kibana UI:
141+
- User: `elastic`
142+
- Password: `kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo`
143+
- Port Forward Kibana: `kubectl port-forward -n default service/persistence-elastic-kibana 5601:5601`
144+
- Port Forward Elasticsearch: `kubectl port-forward -n default service/elasticsearch-master 9200:9200`
146145

147146
## How does it work?
148147

0 commit comments

Comments
 (0)