Skip to content

Commit 93f5a7a

Browse files
committed
fix: trailing space in values
Signed-off-by: Anthony Whalley <[email protected]>
1 parent 8aec161 commit 93f5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: charts/core-dump-handler/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ daemonset:
3737
label: "core-dump-ds"
3838
hostDirectory: "/var/mnt/core-dump-handler"
3939
coreDirectory: "/var/mnt/core-dump-handler/cores"
40-
eventDirectory: "/var/mnt/core-dump-handler/events"
40+
eventDirectory: "/var/mnt/core-dump-handler/events"
4141
crioEndpoint: "unix:///run/containerd/containerd.sock"
4242
mountContainerRuntimeEndpoint: false
4343
hostContainerRuntimeEndpoint: "/run/containerd/containerd.sock"

0 commit comments

Comments
 (0)