Skip to content

Commit 2703ac3

Browse files
authored
Small typo in OCI images docs (#598)
fix command flag typo in OCI images docs Signed-off-by: Kirill Statsenko <[email protected]>
1 parent 74c1208 commit 2703ac3

File tree

2 files changed

+2
-2
lines changed
  • docs/model-serving/storage/providers
  • versioned_docs/version-0.16/model-serving/storage/providers

2 files changed

+2
-2
lines changed

docs/model-serving/storage/providers/oci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Fine-tuning the behavior of Modelcars in KServe is possible through global confi
166166
To 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]

versioned_docs/version-0.16/model-serving/storage/providers/oci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Fine-tuning the behavior of Modelcars in KServe is possible through global confi
166166
To 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]

0 commit comments

Comments
 (0)