Skip to content

Commit

Permalink
Deduplicate KnativeServing template in Kserve
Browse files Browse the repository at this point in the history
  • Loading branch information
grdryn committed Feb 26, 2025
1 parent 17b7a7d commit d35d619
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
5 changes: 0 additions & 5 deletions controllers/components/kserve/kserve_controller_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ func configureServerless(ctx context.Context, rr *odhtypes.ReconciliationRequest
FS: resourcesFS,
Path: "resources/serving-install/knative-serving.tmpl.yaml",
},
{
FS: resourcesFS,
Path: "resources/serving-net-istio-secret-filtering.patch.tmpl.yaml",
},

{
FS: resourcesFS,
Path: "resources/servicemesh/routing/istio-ingress-gateway.tmpl.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ spec:
sidecar.istio.io/inject: "true"
sidecar.istio.io/rewriteAppHTTPProbers: "true"
name: autoscaler
- name: net-istio-controller
env:
- container: controller
envVars:
- name: ENABLE_SECRET_INFORMER_FILTERING_BY_CERT_UID
value: 'true'
ingress:
istio:
enabled: true
Expand Down

This file was deleted.

0 comments on commit d35d619

Please sign in to comment.