grafana / helm-charts

Apache License 2.0
1.59k stars 2.24k forks source link

Using existing Azure Blob as persistence #2410

Open adriangarciaallende opened 1 year ago

adriangarciaallende commented 1 year ago

Hello,

I create an Azure Blob from the values.yaml to use it as persistence with Grafana as follows:

persistence:
  type: pvc
  enabled: true
  storageClassName: my-blob
  accessModes:
    - ReadWriteMany
  size: 1Gi
  annotations:
    volume.beta.kubernetes.io/storage-class: azureblob-nfs-premium
  finalizers:
    - kubernetes.io/pvc-protection
  # selectorLabels: {}
  ## Sub-directory of the PV to mount. Can be templated.
  # subPath: ""
  ## Name of an existing PVC. Can be templated.
  # existingClaim:
  ## Extra labels to apply to a PVC.
  extraPvcLabels: {}

When I try to use an existing Azure Blob, not a new one, how do I configure it in the values.yaml? I can't find the right configuration.

Thank you very much.

adriangarciaallende commented 1 year ago

Any ideas?

cradlerich commented 6 months ago

Hello Adrian, could you resolve that issue? thanks

thanos1983 commented 2 months ago

This ticket is open for so long :(.

I am facing the exact issue and and unfortunately not resolved yet. :(

Any update?