Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zenyui authored Mar 18, 2022
1 parent 2c7bf0c commit db21f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# K8s pod labeler

This repo implelents a [MutatingAdmissionWebhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook) that can add missing labels and annotations to pods. The webhook only adds the given label or mutation if it is not already present on the pod definition.
This repo implelents a [MutatingAdmissionWebhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook) that can add missing labels and annotations to pods. The webhook only adds the given label/annotation if it is not present on the pod definition.

TODO:
- add unit tests!
Expand Down

0 comments on commit db21f20

Please sign in to comment.