fup moving CRD to global kustomize

This commit is contained in:
Philippe Caseiro 2023-03-20 16:17:22 +01:00
parent d07da8d608
commit bc2da8f696
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hydra-dispatcher
image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-159-gd91e77b
image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-177-gbf1868c
envFrom:
- configMapRef:
name: hydra-dispatcher-env

View File

@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/ory/k8s/v0.28.2/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
- ./resources/hydra-deployment.yaml
- ./resources/hydra-service.yaml
- ./resources/hydra-role.yaml