Compare commits

..

No commits in common. "f1d621d4a977c47752fd8bedfe13b7984e09d5fa" and "fce733374cf07c1ee635021e176fe15c3f162b4b" have entirely different histories.

2 changed files with 41 additions and 39 deletions

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: hydra-ldap
namespace: default
labels:
app.kubernetes.io/name: hydra-ldap
app.kubernetes.io/version: "v1.2.2"

View File

@ -2,11 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./resources/hydra-maester-deployment.yaml
- ./resources/hydra-maester-rbac.yaml
- ./resources/hydra-maester-deployment.yaml
- ./resources/hydra-maester-rbac.yaml
- https://raw.githubusercontent.com/ory/k8s/v0.28.2/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
configMapGenerator:
- name: hydra-maester-env
- name: hydra-maester-env
literals:
- APP_ENV=prod
- APP_DEBUG=false