-
Hi, The cluster I'm trying to install Sentry in has no default storage class. I must specify which storage class to use when dynamically requesting PVCs. I don't see how I can set the storage class of the PVCs created by the dependent charts. There is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Figured it out myself after all: You have to set these values to the desired storage class:
The Clickhouse chart settings is undocumented but can be found by digging into the template. |
Beta Was this translation helpful? Give feedback.
Figured it out myself after all:
You have to set these values to the desired storage class:
global.storageClass
(for the Bitnami charts)clickhouse.clickhouse.persistentVolumeClaim.dataPersistentVolume.storageClassName
(for the Clickhouse chart in this repo)The Clickhouse chart settings is undocumented but can be found by digging into the template.