Skip to content

Commit b3cb986

Browse files
Ensure that DBPasswordSelector is in secret
1 parent 4ea5d6c commit b3cb986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/placementapi_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ func (r *PlacementAPIReconciler) reconcileNormal(ctx context.Context, instance *
724724
types.NamespacedName{Namespace: instance.Namespace, Name: instance.Spec.Secret},
725725
[]string{
726726
instance.Spec.PasswordSelectors.Service,
727+
instance.Spec.PasswordSelectors.Database,
727728
},
728729
helper.GetClient(),
729730
&instance.Status.Conditions)

0 commit comments

Comments
 (0)