Merge pull request #57348 from tallclair/psp-owners

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add PodSecurityPolicy OWNERS

Make myself an approver of PodSecurityPolicy, and also add a couple reviewers.

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-12-18 13:29:51 -08:00 committed by GitHub
commit 60e7727cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
approvers:
- tallclair
- liggitt
reviewers:
- pweil-
- php-coder