Skip to content

Commit

Permalink
Fix multisite flag for setting up the environment
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Aug 12, 2024
1 parent c7aae9f commit 4131145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/openshift/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ tasks:
--set keycloakAdminPassword="{{.KC_ADMIN_PASSWORD}}"
--set disableIngressStickySession={{ .KC_DISABLE_STICKY_SESSION }}
--set externalInfinispan={{ .KC_EXTERNAL_INFINISPAN }}
--set externalInfinispan={{ .KC_MULTI_SITE }}
--set multiSite={{ .KC_MULTI_SITE }}
--set nodePortsEnabled=false
../minikube/keycloak
- >
Expand Down

0 comments on commit 4131145

Please sign in to comment.