feat: use hydra-maester fork
see https://github.com/ory/hydra-maester/issues/151
This commit is contained in:
parent
f300b91316
commit
e372ffdbcf
@ -16,3 +16,4 @@ spec:
|
||||
- https://example.net/oauth2/callback
|
||||
postLogoutRedirectUris:
|
||||
- https://example.net
|
||||
userInfoSignedResponseAlg: "RS256"
|
||||
|
@ -1,11 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://forge.cadoles.com/CadolesKube/c-kustom//crds?ref=develop
|
||||
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/crds.yaml
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./resources/olm
|
||||
- https://forge.cadoles.com/CadolesKube/c-kustom//base/cloudnative-pg-operator?ref=develop
|
||||
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|
||||
- https://forge.cadoles.com/CadolesKube/hydra-maester//config/crd?ref=issue-151
|
||||
|
||||
patches:
|
||||
- path: patches/nginx-controller.yaml
|
||||
|
@ -26,7 +26,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: hydra-maester
|
||||
image: reg.cadoles.com/proxy_cache/oryd/hydra-maester:v0.0.25
|
||||
image: reg.cadoles.com/wpetit/hydra-maester:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
Loading…
x
Reference in New Issue
Block a user