From eecbf67ff2e43094e45ba8a0f0e0ef08ffd5d8bc Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 27 Jun 2018 18:08:12 +0200 Subject: [PATCH] bumped version --- .../v0.2.x/templates/deployments/nexus-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molgenis-nexus/v0.2.x/templates/deployments/nexus-deployment.yaml b/molgenis-nexus/v0.2.x/templates/deployments/nexus-deployment.yaml index af95f78..96d04f4 100644 --- a/molgenis-nexus/v0.2.x/templates/deployments/nexus-deployment.yaml +++ b/molgenis-nexus/v0.2.x/templates/deployments/nexus-deployment.yaml @@ -29,7 +29,7 @@ spec: image: busybox command: ["sh", "-c", "chown -R 200:200 {{ .Values.persistence.mountPath }}"] volumeMounts: - - name: {{ .Values.persistance.name }} + - name: {{ .Values.persistence.name }} mountPath: "{{ .Values.persistence.mountPath }}" containers: - name: {{ .Values.nexus.name }}