Commit dbdada71 authored by Simon Pastor's avatar Simon Pastor
Browse files

2nd review fix that were missed from 1st one - comment of dashboard and moved...

2nd review fix that were missed from 1st one - comment of dashboard and moved from 5 to 4 pvc to be deleted
parent 827c30e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@
defaultIndex: 27b98a60-bb57-11e8-a056-d1ed6789004e
basic: <GITDIR>/dashboards/basic-dashboards.json
demo1: <GITDIR>/examples/demo1/demo1-dashboards.json
k8s: https://raw.githubusercontent.com/monotek/kibana-dashboards/master/k8s-fluentd-elasticsearch.json
#k8s: https://raw.githubusercontent.com/monotek/kibana-dashboards/master/k8s-fluentd-elasticsearch.json
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ func deleteDep(cobraCmd *cobra.Command) {

	// Wait for all pvc delete routines to complete
	// NOTE: Must be checked after deleting couchdb & elastic
	for i := 0; i < 5; i++ {
	for i := 0; i < 4; i++ {
		fmt.Println(<-messages)
	}