Score:1

GitLab Helm Chart Minio use existing PVC

ec flag

Previously in my helm chart, I had the snippet below...

minio:
  replicas: 1
  persistence:
    enabled: true
    existingClaim: minio
    #size: 10Gi
  serviceType: LoadBalancer

Because I do have an existing PVC that I intend to use with Minio. It worked fine, up until a couple months ago, when GitLab changed their chart format up.

Now, it shows that I can set minio.persistence.volumeName to use an existing volume name, but not the existing PVC.

How can I configure Minio to use an existing PVC now using the GitLab helm chart?

Score:0
mh flag

You can use --set minio.persistence.existingClaim=minio-pvc when running helm install/upgrade.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.