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
|
- https://example.net/oauth2/callback
|
||||||
postLogoutRedirectUris:
|
postLogoutRedirectUris:
|
||||||
- https://example.net
|
- https://example.net
|
||||||
|
userInfoSignedResponseAlg: "RS256"
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
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
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||||
- ./resources/olm
|
- ./resources/olm
|
||||||
- https://forge.cadoles.com/CadolesKube/c-kustom//base/cloudnative-pg-operator?ref=develop
|
- 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://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:
|
patches:
|
||||||
- path: patches/nginx-controller.yaml
|
- path: patches/nginx-controller.yaml
|
||||||
|
@ -26,7 +26,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-maester
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user