Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Dec 18, 2024
1 parent efcc9b1 commit 7bc7630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/common/reconcilehelper/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

// Deployment reconciles a k8s deployment object.
func Deployment(ctx context.Context, r client.Client, deployment *appsv1.Deployment, log logr.Logger) error {
print("reconcilehelper/util.go")
foundDeployment := &appsv1.Deployment{}
justCreated := false
if err := r.Get(ctx, types.NamespacedName{Name: deployment.Name, Namespace: deployment.Namespace}, foundDeployment); err != nil {
Expand Down

0 comments on commit 7bc7630

Please sign in to comment.