Hi all, new signoz user here. Any documented / rec...
# support
r
Hi all, new signoz user here. Any documented / recommended way to change the persistence volume claim of the clickhouse operator? (I'm using the helm chart)
p
hey @Reidi Qyrku welcome to SigNoz community! @Prashant Shahi do you have any insights in Reidi's query
p
Hey @Reidi Qyrku 👋 You can set
clickhouse.persistence.existingClaim
to any existing PVC with
helm install
or
helm upgrade
command. Currently, we only have it documented over
values.yaml
https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L126-L129
Could you share any reason to use existing PVC instead of a new one?