Skip to content

Commit

Permalink
fix syntax error in inferenceservice-config patch (opendatahub-io#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
  • Loading branch information
VedantMahabaleshwarkar authored Feb 29, 2024
1 parent 0536db9 commit 0d1402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/overlays/odh/inferenceservice-config-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
"ingressClassName" : "istio",
"domainTemplate": "{{ .Name }}-{{ .Namespace }}.{{ .IngressDomain }}",
"urlScheme": "https",
"disableIstioVirtualHost": false
"disableIstioVirtualHost": false,
"disableIngressCreation": true
}
logger: |-
Expand Down

0 comments on commit 0d1402d

Please sign in to comment.