Unverified Commit f3051464 authored by Jonas Brunsgaard's avatar Jonas Brunsgaard Committed by GitHub

feat: Helm will keep persistent volume claims on delete (#783)

Signed-off-by: 's avatarJonas Brunsgaard <jonas.brunsgaard@gmail.com>
parent c555cfe2
......@@ -4,6 +4,8 @@ kind: PersistentVolumeClaim
metadata:
name: neo4j-pvc
namespace: {{ .Release.Namespace }}
annotations:
helm.sh/resource-policy: "keep"
labels:
app: {{ template "amundsen.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
......@@ -16,4 +18,4 @@ spec:
resources:
requests:
storage: {{ default "3Gi" .Values.neo4j.persistence.size }}
{{- end }}
\ No newline at end of file
{{- end }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment