Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pvc without class (prometheus and clickhouse) #42

Open
pulpo opened this issue Jan 7, 2025 · 0 comments
Open

pvc without class (prometheus and clickhouse) #42

pulpo opened this issue Jan 7, 2025 · 0 comments

Comments

@pulpo
Copy link

pulpo commented Jan 7, 2025

When I use the helmchart coroot, I am not able to pass storageClassName for prometheus and clickhouse.

Seeing the values at https://github.com/coroot/helm-charts/blob/main/charts/coroot/values.yaml I am not able to found a key for storageClassName, as I have for corootCE for example.

coroot-data takes the class, but I am not able to configure for the other two:

❯ kubectl get pvc -n coroot
NAME                              STATUS    VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE
coroot-data                       Bound     pvc-48f044b7-06dd-4e34-b5ef-7f81c1a425a1   10Gi       RWO            efs-sc         <unset>                 9m51s
coroot-prometheus-server          Pending                                                                                       <unset>                 9m51s
data-coroot-clickhouse-shard0-0   Pending                                                                                       <unset>                 9m51s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant