We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b868e7 commit da55eaeCopy full SHA for da55eae
pkg/k8sutil/statefulset.go
@@ -686,7 +686,7 @@ func getFluentBitVolumeMount() []corev1.VolumeMount {
686
VolumeMountsFluentBit = append(VolumeMountsFluentBit,
687
corev1.VolumeMount{
688
Name: "datadir",
689
- MountPath: "/var/opt/MarkLogic",
+ MountPath: "/var/opt/MarkLogic/Logs",
690
},
691
692
Name: "fluent-bit",
0 commit comments