20 lines
399 B
YAML
20 lines
399 B
YAML
apiVersion: kustomize.config.k8s.io/v1alpha1
|
|
kind: Component
|
|
|
|
configurations:
|
|
- ./configurations/redis-conf.yaml
|
|
|
|
resources:
|
|
- ./resources/redis-sso.yaml
|
|
|
|
configMapGenerator:
|
|
- name: redis-sso-extra-conf
|
|
files:
|
|
- ./files/redis-additional.conf
|
|
|
|
patches:
|
|
- path: ./patches/hydra-apps.yaml
|
|
target:
|
|
kind: ConfigMap
|
|
labelSelector: "com.cadoles.forge.sso-kustom/session=redis"
|