Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Nov 5, 2024
1 parent 7d1ed38 commit 843e550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/agent/hooks/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func mutatePod(ctx context.Context, r *v1.AdmissionRequest, cluster *cluster.Clu
}
registryURL := state.RegistryInfo.Address

// Pods do not have a metadata.name at the time of admission, if from a deployment so we don't log the name
// Pods do not have a metadata.name at the time of admission if from a deployment so we don't log the name
l.Info("using the Zarf registry URL to mutate the Pod", "registry", registryURL)

var patches []operations.PatchOperation
Expand Down

0 comments on commit 843e550

Please sign in to comment.