Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyulin0719 committed Nov 20, 2023
1 parent 9a8ea51 commit 5da2d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/admission/util.go
Expand Up @@ -64,7 +64,7 @@ func getNewApplicationInfo(pod *v1.Pod, namespace string, generateUniqueAppIds b
}

// we're looking forward to deprecate the labels and move everything to annotations
// but for backforward compatiblity, we still add to labels
// but for backforward compatibility, we still add to labels
newLabels = updateLabelIfNotPresentInPod(pod, newLabels, constants.LabelApplicationID, appID)
newAnnotations = updateAnnotationIfNotPresentInPod(pod, newAnnotations, constants.AnnotationApplicationID, appID)

Expand Down

0 comments on commit 5da2d22

Please sign in to comment.