...

Text file src/edge-infra.dev/config/components/edge-iam/store/kustomization.yaml

Documentation: edge-infra.dev/config/components/edge-iam/store

     1namespace: edge-iam
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- namespace.yaml
     6- clients
     7- ./../base/hydra/using-postgres
     8- ./../base/idp
     9- edge-idp-mapping.yaml
    10- hydra-public-mapping.yaml
    11configMapGenerator:
    12- name: edge-iam-hydra-urls
    13  namespace: edge-iam
    14  behavior: merge
    15  envs:
    16  - config/hydra-urls.env
    17patches:
    18- path: hydra-deployment-force-http.json
    19  target:
    20    name: edge-iam-hydra
    21    kind: Deployment
    22    group: apps
    23    version: v1
    24# uncomment this to deploy things in a sane way
    25# - idp-deployment-use-bsl-staging.yaml
    26# comment this out to deploy things sanely
    27patchesStrategicMerge:
    28- hydra-configmap.yaml
    29- idp-configmap.yaml
    30- idp-deployment-use-okta-dev.yaml
    31- idp-deployment-use-hack-bsl-configmap.yaml

View as plain text