opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

[Enhancement][OpenSearch] How do I connect two or more PVCs when I deploy OpenSearch with Helm Charts? #507

Closed seung7642 closed 9 months ago

seung7642 commented 9 months ago

How do I connect two or more PVCs when I deploy OpenSearch with Helm Charts? PVC can be attached by modifying the "persistence" property in the values.yaml setting file, but more than one does not seem possible.

persistence:
  enabled: true
  enableInitChown: true
  storageClass: "my-storage-class"

Thank you in advance for sharing your knowledge.

seung7642 commented 9 months ago

You can define the values in the 'etraVolumes' and 'extraVolumeMounts' properties.