Files
homelab/components/sso/overlays/default/patch-sso-statefulset.yaml
rblundon fe564d7227 Squashed 'cluster-config/' content from commit 654f2390
git-subtree-dir: cluster-config
git-subtree-split: 654f23903bd1f9a27a4810bd289d165b6cfdbb0c
2025-03-30 15:46:16 -05:00

9 lines
343 B
YAML

- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: JAVA_OPTS_APPEND
value: "-Dkeycloak.profile.feature.admin_fine_grained_authz=enabled -Dkeycloak.profile.feature.token_exchange=enabled"
- op: replace
path: /spec/template/spec/containers/0/image
value: registry.redhat.io/rh-sso-7/sso75-openshift-rhel8:latest