CORD-3127 workaround for argument-passing issue

Change-Id: Ibe890769b95dbf9a5e93b85bef9e4d7690b4da8a
diff --git a/xos-tools/xossh/templates/deployment.yaml b/xos-tools/xossh/templates/deployment.yaml
index 8859f74..3c20f86 100644
--- a/xos-tools/xossh/templates/deployment.yaml
+++ b/xos-tools/xossh/templates/deployment.yaml
@@ -38,6 +38,7 @@
       containers:
         - name: {{ .Chart.Name }}
           args:
+               - "/usr/local/bin/xossh"
                - "-u"
                - "{{ .Values.xosshConfig.accessor.username }}"
                - "-p"