brew install helm
helm repo add mageai https://mage-ai.github.io/helm-charts
helm install my-mageai mageai/mageai
values.yaml
helm show values mageai/mageai > values.yaml
volumes
volumes: - name: mage-fs persistentVolumeClaim: claimName: pvc-name
helm install --values path/to/values.yaml my-mageai mageai/mageai
Was this page helpful?