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.
2 parents 00976d5 + da55eae commit ada4caaCopy full SHA for ada4caa
pkg/k8sutil/statefulset.go
@@ -688,7 +688,7 @@ func getFluentBitVolumeMount() []corev1.VolumeMount {
688
VolumeMountsFluentBit = append(VolumeMountsFluentBit,
689
corev1.VolumeMount{
690
Name: "datadir",
691
- MountPath: "/var/opt/MarkLogic",
+ MountPath: "/var/opt/MarkLogic/Logs",
692
},
693
694
Name: "fluent-bit",
0 commit comments