diff --git a/silverbullet/templates/deployment.yaml b/silverbullet/templates/deployment.yaml index 81566a3..541cc9e 100644 --- a/silverbullet/templates/deployment.yaml +++ b/silverbullet/templates/deployment.yaml @@ -25,9 +25,9 @@ spec: ports: - containerPort: {{ .Values.containerPort }} volumeMounts: - - mountPath: /space - name: data + - name: data + mountPath: /space volumes: - - name: data - persistentVolumeClaim: - claimName: {{ .Release.Name }}-data \ No newline at end of file + - name: data + persistentVolumeClaim: + claimName: {{ .Release.Name }}-data \ No newline at end of file