wiremock / helm-charts

Helm Chart for Wiremock deployment on Kubernetes
https://wiremock.github.io/helm-charts/
Apache License 2.0
19 stars 32 forks source link

"/home/wiremock/storage": must be unique' #7

Closed dicolasi closed 3 years ago

dicolasi commented 3 years ago

I am trying to deploy the chart using helm 2. I am having the following error:

spec.template.spec.containers[0].volumeMounts[1].mountPath: Invalid value.

Think the problem is here:

          volumeMounts:
          - mountPath: /home/wiremock/storage
            name: mappings-data
          - mountPath: /home/wiremock/storage
            name: responses-data
gitkent commented 3 years ago

@dicolasi sorry about that. I have created a new PR and merge into master. It should be fixed now.

Feel free to reopen issue if there is still an issue.

dicolasi commented 3 years ago

Thanks mate.

On Fri, 30 Oct 2020 at 01:50, kent.io notifications@github.com wrote:

@dicolasi https://github.com/dicolasi sorry about that. I have created a new PR and merge into master. It should be fixed now.

Feel free to reopen issue if there is still an issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gitkent/helm-charts/issues/7#issuecomment-719121181, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANBUMNPQZ2ZJFW4H3CYCXDLSNILYDANCNFSM4TDRRLCA .