Skip to content

Commit

Permalink
Ensure that DBPasswordSelector is in secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkisaolamb committed Jan 15, 2024
1 parent 44fbc96 commit f2c4343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/placementapi_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ func (r *PlacementAPIReconciler) reconcileNormal(ctx context.Context, instance *
types.NamespacedName{Namespace: instance.Namespace, Name: instance.Spec.Secret},
[]string{
instance.Spec.PasswordSelectors.Service,
instance.Spec.PasswordSelectors.Database,
},
helper.GetClient(),
&instance.Status.Conditions)
Expand Down

0 comments on commit f2c4343

Please sign in to comment.