Skip to content

Commit

Permalink
policy: rename policies, add OWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Aug 2, 2021
1 parent 2711230 commit b0d4a04
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/verify-conftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function main() {
infra/gcp/clusters/projects/*/*/resources
)
local conftest_flags=(
# override the default of looking for $(pwd)/policy
--policy "${REPO_ROOT}/policies/"
# be explicit about looking for $(pwd)/policy
--policy "${REPO_ROOT}/policy"
# for some reason conftest tries to parse Makefiles as yaml
--ignore Makefile
)
Expand Down
10 changes: 10 additions & 0 deletions policy/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- ameukam
- spiffxp

labels:
- wg/k8s-infra
- sig/testing
- area/policy
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b0d4a04

Please sign in to comment.