Skip to content

Commit 8dd6b8d

Browse files
committed
fix: lint and pvc location
Signed-off-by: Anthony Whalley <[email protected]>
1 parent 7755ef1 commit 8dd6b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/core-dump-handler/templates/event-storage-pv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ spec:
1717
persistentVolumeReclaimPolicy: Retain
1818
hostPath:
1919
path: {{ .Values.daemonset.eventDirectory }}
20-
{{ end }}
20+
{{ end }}

charts/core-dump-handler/templates/tests/event-storage-pvc.yaml renamed to charts/core-dump-handler/templates/event-storage-pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spec:
1010
requests:
1111
storage: {{ .Values.eventStorage }}
1212
storageClassName: {{ .Values.storageClass }}
13-
{{ end }}
13+
{{ end }}

0 commit comments

Comments
 (0)