diff --git a/silverbullet/templates/deployment.yaml b/silverbullet/templates/deployment.yaml index 541cc9e..918a86f 100644 --- a/silverbullet/templates/deployment.yaml +++ b/silverbullet/templates/deployment.yaml @@ -27,7 +27,7 @@ spec: volumeMounts: - name: data mountPath: /space - volumes: - - name: data - persistentVolumeClaim: - claimName: {{ .Release.Name }}-data \ No newline at end of file + volumes: + - name: data + persistentVolumeClaim: + claimName: {{ .Release.Name }}-data \ No newline at end of file