fix mountpath
Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
parent
a4b872fbbc
commit
3722dcdc0e
|
@ -39,7 +39,7 @@ func (r *SeaweedReconciler) createFilerStatefulSet(m *seaweedv1.Seaweed) *appsv1
|
||||||
{
|
{
|
||||||
Name: "filer-config",
|
Name: "filer-config",
|
||||||
ReadOnly: true,
|
ReadOnly: true,
|
||||||
MountPath: "/etc/seaweedfs/filer.toml",
|
MountPath: "/etc/seaweedfs",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Env: []corev1.EnvVar{
|
Env: []corev1.EnvVar{
|
||||||
|
|
|
@ -65,7 +65,7 @@ func (r *SeaweedReconciler) createMasterStatefulSet(m *seaweedv1.Seaweed) *appsv
|
||||||
{
|
{
|
||||||
Name: "master-config",
|
Name: "master-config",
|
||||||
ReadOnly: true,
|
ReadOnly: true,
|
||||||
MountPath: "/etc/seaweedfs/master.toml",
|
MountPath: "/etc/seaweedfs",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Command: []string{
|
Command: []string{
|
||||||
|
|
Loading…
Reference in New Issue