Skip to content

Commit d0c59de

Browse files
spelling fix
1 parent 5609dca commit d0c59de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func (c *Controller) recordContainer(ctx context.Context, pod *corev1.Pod, conta
272272
// getARDeploymentName converts the pod's metadata into the correct format
273273
// for the deployment name for the artifact registry (this is not the same
274274
// as the K8s deployment's name!
275-
// The deployent name must unique within logical, physical environment and
275+
// The deployment name must unique within logical, physical environment and
276276
// the cluster.
277277
func getARDeploymentName(p *corev1.Pod, c corev1.Container, tmpl string) string {
278278
res := tmpl

0 commit comments

Comments
 (0)