helm-charts
helm-charts copied to clipboard
A curated set of Helm charts brought to you by codecentric
- first, helper template `keycloak.serviceDnsName` is mentioned in https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#high-availability-and-clustering - then, a different value is configured with `-Djgroups.dns.query={{ include "keycloak.fullname" . }}-headless` in https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#dns_ping-service-discovery Is `keycloak.serviceDnsName` still useful? - if...
I receive this error when trying to install Keycloak chart, version 18.2.1. This is what kubectl describe shows me: ```bash running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for...
In the old keycloak helm chart there was a selection of the available API for PDB. ``` {{- if .Values.podDisruptionBudget -}} {{- if .Capabilities.APIVersions.Has "policy/v1" }} apiVersion: policy/v1 {{- else...
I see that keycloakx is the logical successor of the Wildfly based keycloak chart. But what is the difference? In which sense it is the "logical successor"? When should we...
Since #621 was merged this doesn't reference anything: > Please refer to the section on database configuration for how to configure a secret for this. Also the environment variables look...
Closes #599 Signed-off-by: Thomas Darimont
Keycloak: 18.1.1 HA: yes ```yml name = "extraEnv" value =
hi, keycloak doesn't use postgresql db on openshift. I passed all necessary environment variables for postgres to keycloak pod to use postgre. In kubernetes everything works fine, keycloak uses postgres,...
Firstly, thanks for maintaining this high-quality keycloak chart. Recently, I tried upgrading from 18.1.1 to 18.3.0 (since 18.1.1 references a bitnami postgresql chart that no longer seems to exist). Unfortunately,...
Signed-off-by: bovy89 - Configure PDB only if replicas > 1 or HPA minReplicas > 1 - Use policy/v1 if supported