redmine: updated readme

This commit is contained in:
Sameer Naik
2016-03-16 00:16:11 +05:30
parent 7bf745d6c0
commit ed44b7ea8c

View File

@@ -128,7 +128,7 @@ In the above command, Helm will deploy the Redmine Chart in the cluster in the `
The deployment status of the Redmine pods can be checked with `kubectl` using:
```bash
$ kubectl get pods -l app=redmine
$ kubectl get pods -l app=redmine,provider=redmine-server
NAME READY STATUS RESTARTS AGE
redmine-b3jld 1/1 Running 0 1m
```