From 6f58f0d6c80f5623bf5ba2628b2197bef9177c81 Mon Sep 17 00:00:00 2001 From: jooho Date: Thu, 8 Jun 2023 13:47:33 -0400 Subject: [PATCH] Formating scripts --- .../scripts/manifests/fvt/kustomization.yaml | 4 +-- .../manifests/runtimes/kustomization.yaml | 35 +++++++++---------- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/opendatahub/scripts/manifests/fvt/kustomization.yaml b/opendatahub/scripts/manifests/fvt/kustomization.yaml index c85709f81..9ab2d9439 100644 --- a/opendatahub/scripts/manifests/fvt/kustomization.yaml +++ b/opendatahub/scripts/manifests/fvt/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- fvt.yaml + - fvt.yaml patchesStrategicMerge: -- remove_etcd_patch.yaml + - remove_etcd_patch.yaml namespace: modelmesh-serving diff --git a/opendatahub/scripts/manifests/runtimes/kustomization.yaml b/opendatahub/scripts/manifests/runtimes/kustomization.yaml index 2ea7ce81e..e89f335de 100644 --- a/opendatahub/scripts/manifests/runtimes/kustomization.yaml +++ b/opendatahub/scripts/manifests/runtimes/kustomization.yaml @@ -12,27 +12,24 @@ # See the License for the specific language governing permissions and # limitations under the License. resources: -- triton-2.x.yaml -- mlserver-1.x.yaml -- ovms-1.x.yaml -- torchserve-0.x.yaml - - - + - triton-2.x.yaml + - mlserver-1.x.yaml + - ovms-1.x.yaml + - torchserve-0.x.yaml images: -- name: tritonserver-2 - newName: nvcr.io/nvidia/tritonserver - newTag: 23.04-py3 -- name: mlserver-1 - newName: seldonio/mlserver - newTag: 1.3.2 -- name: ovms-1 - newName: openvino/model_server - newTag: "2022.3" -- name: torchserve-0 - newName: pytorch/torchserve - newTag: 0.7.1-cpu + - name: tritonserver-2 + newName: nvcr.io/nvidia/tritonserver + newTag: 23.04-py3 + - name: mlserver-1 + newName: seldonio/mlserver + newTag: 1.3.2 + - name: ovms-1 + newName: openvino/model_server + newTag: "2022.3" + - name: torchserve-0 + newName: pytorch/torchserve + newTag: 0.7.1-cpu apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization