Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 13, 2024
1 parent feca1ad commit 3e50a7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ func (r *MetabaseReconciler) GetStatefulSet(metabase *unagexcomv1.Metabase) *app
}

func (r *MetabaseReconciler) getVCTs(metabase *unagexcomv1.Metabase) []corev1.PersistentVolumeClaim {
r.Log.Info("the value is")
r.Log.Info(fmt.Sprintf("%+v", metabase.Spec))
vct := &corev1.PersistentVolumeClaim{
ObjectMeta: metav1.ObjectMeta{
Name: metabase.Name + "-storage",
Expand Down

0 comments on commit 3e50a7d

Please sign in to comment.