Skip to content

Commit

Permalink
fix(manifests): Update istio-authorization-config.yaml for multi-user (
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Oct 4, 2023
1 parent b0a2ac9 commit c1510f0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ spec:
---
apiVersion: "networking.istio.io/v1alpha3"
kind: DestinationRule
metadata:
name: ml-pipeline-persistenceagent
spec:
host: ml-pipeline-persistenceagent.kubeflow.svc.cluster.local
trafficPolicy:
tls:
mode: ISTIO_MUTUAL
---
apiVersion: "networking.istio.io/v1alpha3"
kind: DestinationRule
metadata:
name: ml-pipeline-visualizationserver
spec:
Expand Down

0 comments on commit c1510f0

Please sign in to comment.