0

I have an existing postgres-ha up and running installed using bitnami helm chart. This postgres has loadbalancer and has the port opened to access from external.

Now, I want the keycloak to be installed using this existing postgres as persistent store. First I added the repo as

helm repo add codecentric https://codecentric.github.io/helm-charts

then I tried to follow the ReadMe steps,

helm install --name keycloak codecentric/keycloak

and I keep getting the error

Error: found in Chart.yaml, but missing in charts/ directory: postgresql. In the steps it is mentioned as postgres as default a

This happens even without any changes to the default values. Can someone points to, how to resolve thi? Thanks.

1
  • can you check running helm dep update before helm install ? Commented Jun 3, 2020 at 14:48

1 Answer 1

1

If anyone got the same issue, I followed the post here and issues a helm update command

helm dependency update helm-charts/charts/keycloak

and that resolved the issue.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.