Merge pull request #17 from rhcarvalho/update-run-in-container

Make default pod name match the one from template
This commit is contained in:
Ben Parees 2015-06-17 11:38:55 -04:00
commit e3ea512dec
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
# Get name of a currently deployed pod by label and index
POD_INSTANCE_NAME=`oc get pods \
-l "name=${POD_NAME:-django}" \
-l "name=${POD_NAME:-django-frontend}" \
-t "{{ with index .items ${POD_INDEX:-0} }}{{ .metadata.name }}{{ end }}"`
# Run command in a container of the specified pod: