We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am deploying the clearml chart with the following values:
redis: enabled: false mongodb: enabled: false elasticsearch: enabled: false
However, ClearML is still deploying PVC's for these services, although they stay unused.
(I have tested both on a local microk8s cluster and AKS cluster)
3.16.3
1.29.9
7.11.5
replicaCount: 1 fileserver: enabled: false apiserver: service: type: ClusterIP ingress: enabled: true hostName: "api.clearml.xyz.be" webserver: service: type: ClusterIP ingress: enabled: true hostName: "app.clearml.xyz.be" externalServices: redisHost: "redis-service" redisPort: 6379 redis: enabled: false mongodb: enabled: false elasticsearch: enabled: false
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 4 weeks with no activity.
Sorry, something went wrong.
filippo-clearml
No branches or pull requests
Describe the bug a clear and concise description of what the bug is.
I am deploying the clearml chart with the following values:
However, ClearML is still deploying PVC's for these services, although they stay unused.
(I have tested both on a local microk8s cluster and AKS cluster)
What's your helm version?
3.16.3
What's your kubectl version?
1.29.9
What's the chart version?
7.11.5
Enter the changed values of values.yaml?
The text was updated successfully, but these errors were encountered: