codecentric / helm-charts

A curated set of Helm charts brought to you by codecentric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support extraVolumeMounts and extraVolumes for deployment in templates

romikoops opened this issue · comments

Many charts have it. In my case, it will help me to mount a sharable folder and use it with MH_MAILDIR_PATH for multi replicas sync

just an example:

       extraVolumeMounts:
         - name: "shared-data"
            mountPath: "/data"
        extraVolumes:
          - name: "shared-data"
            persistentVolumeClaim: 
              claimName: XXX

This issue has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs.