From: Taewan Kim Date: Wed, 26 Apr 2023 06:24:05 +0000 (+0900) Subject: Create istio-system namespace during KServe installation X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F10980%2F2;p=aiml-fw%2Faimlfw-dep.git Create istio-system namespace during KServe installation Issue-ID: AIMLFW-44 Signed-off-by: Taewan Kim Change-Id: I245a5ed69162924bef6b0d1d2f468fa5d5e6d849 --- diff --git a/tools/kserve/istio-minimal-operator.yaml b/tools/kserve/istio-minimal-operator.yaml index cd17ba1..9b8aa6b 100755 --- a/tools/kserve/istio-minimal-operator.yaml +++ b/tools/kserve/istio-minimal-operator.yaml @@ -1,3 +1,10 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: istio-system + labels: + istio-injection: disabled +--- apiVersion: install.istio.io/v1alpha1 kind: IstioOperator spec: