Skip to content

Commit

Permalink
Merge branch 'main' into priorityClass-esIndexCleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilpotnis authored Apr 11, 2022
2 parents 9af705e + 473f701 commit 5b023b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/inject/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ func desired(dep *appsv1.Deployment, ns *corev1.Namespace) bool {
}

// IncreaseRevision increases the revision counter if a inject annoation exists.
// returns true if counter could be set or increased.
// returns false if inject annotation doesnt exist.
func IncreaseRevision(annotations map[string]string) {
if annotations == nil {
return
Expand Down

0 comments on commit 5b023b6

Please sign in to comment.