You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
381 B
13 lines
381 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
|
|
# We want to Knative to use Istio's local Gateway and not the Ingress Gateway
|
|
# See: https://github.com/kubeflow/manifests/issues/1966
|
|
patches:
|
|
- path: patches/gateway-selector-in-knative-serving.yaml
|
|
- path: patches/gateway-selector-in-istio-system.yaml
|
|
- path: patches/config-domain.yaml
|
|
|
|
|