Skip to content

Commit ada4caa

Browse files
authored
Merge pull request #97 from marklogic/MLE-23812/BUG-fluentBit-log-volume
MLE-23812/BUG-fluentBit-Logs-volume
2 parents 00976d5 + da55eae commit ada4caa

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
@@ -688,7 +688,7 @@ func getFluentBitVolumeMount() []corev1.VolumeMount {
688688
VolumeMountsFluentBit = append(VolumeMountsFluentBit,
689689
corev1.VolumeMount{
690690
Name: "datadir",
691-
MountPath: "/var/opt/MarkLogic",
691+
MountPath: "/var/opt/MarkLogic/Logs",
692692
},
693693
corev1.VolumeMount{
694694
Name: "fluent-bit",

0 commit comments

Comments
 (0)