Philippe Caseiro
76b90e6c82
This will prevent oauth2-client removal from hydra instances removal. At the time if you deploy an hydra in your namespace for your app and delete it, the hydra-maester CRD will be removed, but we don't want that. More than one project will use this CRD.
19 lines
387 B
YAML
19 lines
387 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../base
|
|
|
|
labels:
|
|
- pairs:
|
|
app.kubernetes.io/part-of: sso-kustom
|
|
app.kubernetes.io/component: auth
|
|
|
|
components:
|
|
- ../../components/hydra-maester
|
|
- ../../components/hydra-cnpg-database
|
|
- ../../components/hydra-oidc
|
|
- ../../components/hydra-saml
|
|
- ../../components/hydra-sql
|
|
- ../../components/oidc-test
|