Slackbot
05/16/2022, 12:17 PMPranay
Pranay
Prashant Shahi
05/16/2022, 8:03 PMclickhouse.persistence.existingClaim
helm configuration without any problem.
I used the following PVC in EKS.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-claim-2
spec:
storageClassName: gp2
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 21Gi
Prashant Shahi
05/16/2022, 8:04 PMhelm upgrade --install --namespace platform --create-namespace my-release signoz/signoz --set clickhouse.persistence.existingClaim=pvc-claim-2