15 lines
286 B
YAML
15 lines
286 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
|
|
components:
|
|
- ../../components/istio-external-auth
|
|
|
|
configMapGenerator:
|
|
- name: oauth2-proxy-parameters
|
|
behavior: merge
|
|
literals:
|
|
# Configs for oauth2-proxy
|
|
- ALLOW_SELF_SIGNED_ISSUER=true |