Hi DH team, When deploying prerequisites, from the...
# troubleshoot
p
Hi DH team, When deploying prerequisites, from the helm chart, does it mount PV automatically? When executing
kubectl get pv/pvc
I found PV for several services that I’m deploying, but I don’t see any code reference for this, except:
Copy code
# # Request smaller persistent volumes.
# volumeClaimTemplate:
#   accessModes: ["ReadWriteOnce"]
#   storageClassName: "standard"
#   resources:
#     requests:
#       storage: 100M
1
a
Hi @powerful-cat-68806, @dazzling-yak-93039 might be able to help you here
d
Hello Aviv, I believe the volume mounts you are seeing are set up by the service-provided helm charts rather than something that would be in the datahub code. For example, we depend on this ElasticSearch helm chart: https://artifacthub.io/packages/helm/elastic/elasticsearch/7.17.3?modal=template&template=statefulset.yaml which has some volume claims in it. I hope that helps!
p
@astonishing-answer-96712 @dazzling-yak-93039 10x a lot guys 🙏