Skip to content

Commit da55eae

Browse files
committed
fix volumemounth for logs collection
1 parent 5b868e7 commit da55eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sutil/statefulset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ func getFluentBitVolumeMount() []corev1.VolumeMount {
686686
VolumeMountsFluentBit = append(VolumeMountsFluentBit,
687687
corev1.VolumeMount{
688688
Name: "datadir",
689-
MountPath: "/var/opt/MarkLogic",
689+
MountPath: "/var/opt/MarkLogic/Logs",
690690
},
691691
corev1.VolumeMount{
692692
Name: "fluent-bit",

0 commit comments

Comments
 (0)