Hi, i am trying to install prefect server on gke u...
# ask-community
a
Hi, i am trying to install prefect server on gke using helm. instead of doing this
Copy code
helm repo add prefecthq <https://prefecthq.github.io/server/>
i have cloned the repo
<https://github.com/PrefectHQ/server/tree/master/helm/prefect-server>
and so that i have this helm chart prefect-server locally and when i do helm install demo1 prefect-server i get the following error
Error: INSTALLATION FAILED: found in Chart.yaml, but missing in charts/ directory: postgresql
a
@Aqib Fayyaz the Server repository and the Helm chart repository are different. For each Github Release of Server there is a corresponding version of the Helm chart. A chart repository is an HTTP server that houses an 
index.yaml
 file and packaged charts. Therefore, you still need to add the Helm chart repository even if you cloned the Server repo.
👍 1
a
can i access the helm chart repo and download the helm chart for prefect server?
a
it’s an HTTP server, it’s not something you can download. But all the K8s deployment files, rbac etc are available for you to see in the Server repo https://github.com/PrefectHQ/server/tree/master/helm/prefect-server