Skip to content

Commit

Permalink
add app-runtime label
Browse files Browse the repository at this point in the history
  • Loading branch information
lghinet committed Nov 2, 2021
1 parent b346c46 commit e7ba7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/injector/pod_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ func (i *injector) getPodPatchOperations(ar *v1.AdmissionReview,
},
PatchOperation{
Op: "add",
Path: "/metadata/labels",
Value: map[string]string{"app-runtime": "rusi"},
Path: "/metadata/labels/app-runtime",
Value: "rusi",
},
)
patchOps = append(patchOps, envPatchOps...)
Expand Down

0 comments on commit e7ba7eb

Please sign in to comment.