fix filer configmap
This commit is contained in:
parent
db16a4b2cb
commit
255a6487c7
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue