Hello,
We execute the file install.sh and we have this error in installing Keycloak while the container is starting.
We have enough resources to perform this operation.
@slimab can you share more details :
kubectl get pods -n keycloak
Is postgres for keycloak already running?
Also what version of helm chart are we running?
Problem resolved by adding in PV hostPath:
path: “/bitnami/postgresql”
type: DirectoryOrCreate

Are we not using longhorn as storage class?