This message was deleted.
# general
m
This message was deleted.
t
k
Okay so do we have a repo for helm? I used the one in link and it gave error Error: INSTALLATION FAILED: looks like "https://github.com/ory/k8s/tree/master/helm/charts/" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/ory/k8s/tree/master/helm/charts/index.yaml : 404 Not Found
This is my Helm code for kratos deployment but it gave error
Copy code
deploy:
  helm:
      releases:
        #===========for Kratos 
        - name: kratos
          repo: <https://github.com/ory/k8s/tree/master/helm/charts/>
          remoteChart: kratos
t
The repo is
<https://k8s.ory.sh/helm/charts>
Docs are here too: https://k8s.ory.sh/helm/
👍 1
k
To make Kratos run on GKE is there any command required other than helm chart installation?
d
You need to edit the values.yml of the Helm Chart to match the ones you use
t
Have you considered using Ory Cloud instead if you're not familiar with Helm or Kubernetes?
👍 1
❤️ 1