Remove spaces around a bash variable declaration.
This commit is contained in:
Konstantinos Samaras-Tsakiris 2018-10-22 22:02:04 +03:00 committed by k8s-ci-robot
parent bc0380dda6
commit b0f9b4cfd0
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Now we will configure and apply the `decompress-data-job` component:
```
ANNOTATIONS_PATH="${MOUNT_PATH}/annotations.tar.gz"
DATASET_PATH="${MOUNT_PATH}/images.tar.gz"
PRE_TRAINED_MODEL_PATH = "${MOUNT_PATH}/faster_rcnn_resnet101_coco_2018_01_28.tar.gz"
PRE_TRAINED_MODEL_PATH="${MOUNT_PATH}/faster_rcnn_resnet101_coco_2018_01_28.tar.gz"
ks param set decompress-data-job mountPath ${MOUNT_PATH}
ks param set decompress-data-job pvc ${PVC}