fix filer configmap

This commit is contained in:
Chris Lu 2020-11-03 20:47:45 -08:00
parent db16a4b2cb
commit 255a6487c7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ func (r *SeaweedReconciler) createFilerConfigMap(m *seaweedv1.Seaweed) *corev1.C
labels := labelsForFiler(m.Name)
toml := ""
if m.Spec.Master.Config != nil {
if m.Spec.Filer.Config != nil {
toml = *m.Spec.Filer.Config
}