Skip to content

Commit

Permalink
Merge branch 'main' into chore/fix-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajsb authored Apr 6, 2024
2 parents b127d70 + c77f152 commit 67dcd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/config/templates/deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
labels:
app: {{.Name}}
component: model-registry
sidecar.istio.io/inject: "true"
sidecar.istio.io/inject: {{with .Spec.Istio}}"true"{{else}}"false"{{end}}
annotations:
{{- if .Spec.Postgres}}
traffic.sidecar.istio.io/excludeOutboundPorts: {{.Spec.Postgres.Port}}
Expand Down

0 comments on commit 67dcd5a

Please sign in to comment.