➜ loki git:(main) ✗ kcl chart update
✗ loki
1 error occurred:
* update "loki": CRD generation failed: render CRD resources: template: execute helm install: execution error at (loki/templates/monolithic/statefulset.yaml:48:8): Please define loki.storage.bucketNames.chunks
import helm
charts: helm.Charts = {
loki: {
chart = "loki"
repoURL = "https://grafana-community.github.io/helm-charts"
targetRevision = "16.0.0"
schemaGenerator = "NONE"
}
}
is there any way to set values inside helm.Charts?
➜ loki git:(main) ✗ kcl chart update
✗ loki
1 error occurred:
* update "loki": CRD generation failed: render CRD resources: template: execute helm install: execution error at (loki/templates/monolithic/statefulset.yaml:48:8): Please define loki.storage.bucketNames.chunks
import helm
charts: helm.Charts = {
loki: {
chart = "loki"
repoURL = "https://grafana-community.github.io/helm-charts"
targetRevision = "16.0.0"
schemaGenerator = "NONE"
}
}
is there any way to set values inside helm.Charts?