Skip to content

Commit

Permalink
Change remote-cache feature to clusterless
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajas committed Oct 1, 2024
1 parent 4545887 commit 580051e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosa-multi-az-cluster-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
enableExternalInfinispanFeature:
description: 'To enable the external Infinispan feature. It disables the embedded caches and only uses the remote caches.'
type: boolean
default: true
default: false
enableMultiSiteFeature:
description: 'To enable the Multi Site Feature'
type: boolean
Expand Down Expand Up @@ -53,7 +53,7 @@ on:
enableExternalInfinispanFeature:
description: 'To enable the external Infinispan feature. It disables the embedded caches and only uses the remote caches.'
type: boolean
default: true
default: false
enableMultiSiteFeature:
description: 'To enable the Multi Site Feature'
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- multi-site # <3>
{{- end }}
{{- if .Values.externalInfinispan }}
- remote-cache
- clusterless
{{- end }}
{{ if .Values.otel }}
- opentelemetry
Expand Down

0 comments on commit 580051e

Please sign in to comment.