How to add a volume/volumeMount from helm chart?
I am trying to install official helm chart of grafana/loki-stack on my (on premis) kubernetes cluster, I have persistent volume claim to add loki/promtail for persistence, but how to add ? For the moment I have installed in namespace monitoring with this 2 command: helm repo add grafana https://grafana.github.io/helm-charts and helm -n monitoring install grafana/loki-stack … Read more