File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/model-serving/storage/providers
versioned_docs/version-0.16/model-serving/storage/providers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Fine-tuning the behavior of Modelcars in KServe is possible through global confi
166166To view the current configuration, use the following command:
167167
168168``` bash
169- kubectl get cm -n kserve inferenceservice-config --jsonpath " {.data.storageInitializer}"
169+ kubectl get cm -n kserve inferenceservice-config -o jsonpath= " {.data.storageInitializer}"
170170```
171171
172172::: tip [ Sample Output]
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Fine-tuning the behavior of Modelcars in KServe is possible through global confi
166166To view the current configuration, use the following command:
167167
168168``` bash
169- kubectl get cm -n kserve inferenceservice-config --jsonpath " {.data.storageInitializer}"
169+ kubectl get cm -n kserve inferenceservice-config -o jsonpath= " {.data.storageInitializer}"
170170```
171171
172172::: tip [ Sample Output]
You can’t perform that action at this time.
0 commit comments