Skip to content

Commit

Permalink
fix: ensure consistency ns(omitted) for istio manifests (#31)
Browse files Browse the repository at this point in the history
* fix: ensure consistency ns(omitted) for istio manifests

Signed-off-by: Matteo Mortari <[email protected]>

* add default ns to kustomization for consistency

with manifests/kustomize/overlays/{db} kustomizations

Signed-off-by: Matteo Mortari <[email protected]>

---------

Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs authored Mar 8, 2024
1 parent 1bedfbd commit b14d401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions manifests/kustomize/options/istio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow

resources:
- istio-authorization-policy.yaml
Expand Down
1 change: 0 additions & 1 deletion manifests/kustomize/options/istio/virtual-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: model-registry
namespace: kubeflow
spec:
gateways:
- kubeflow-gateway
Expand Down

0 comments on commit b14d401

Please sign in to comment.