Files
service-catalog/charts/kubeflow/common/dex/overlays/istio/kustomization.yaml
T
2025-01-13 02:31:27 +00:00

44 lines
796 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: auth
resources:
- ../../base
- virtual-service.yaml
configurations:
- params.yaml
replacements:
- source:
version: v1
kind: Service
name: dex
fieldPath: metadata.name
targets:
- fieldPaths:
- spec.http.0.route.0.destination.host
options:
delimiter: .
select:
version: v1alpha3
group: networking.istio.io
kind: VirtualService
name: dex
- source:
fieldPath: metadata.namespace
kind: Service
name: dex
version: v1
targets:
- fieldPaths:
- spec.http.0.route.0.destination.host
options:
delimiter: .
index: 1
select:
version: v1alpha3
group: networking.istio.io
kind: VirtualService
name: dex