Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
Howard Lau 2020-10-28 11:31:02 +00:00
parent 6ee14a018f
commit a4b872fbbc
No known key found for this signature in database
GPG Key ID: 5CCC55849E3CF8E2
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ func (r *SeaweedReconciler) ensureFilerService(seaweedCR *seaweedv1.Seaweed) (bo
return ReconcileResult(err)
}
func (r *SeaweedReconciler) ensureFilerConfigMap(seaweedCR *seaweedv1.Seaweed) (bool, ctrl.Result, error) {
log := r.Log.WithValues("sw-filer-configmap", seaweedCR.Name)