Concourse installation in minikube
Download the official helm chart
Create charts folder in concourse-chart
- cd concourse-chart
- mkdir charts
Copy postgresql chart into the charts folder
- copy from helm stable charts
- https://github.com/helm/charts/tree/master/stable/postgresql
- In: councourse-chart/charts/postgresql
Run Helm
- helm install –name concourse .