Merge pull request #1815 from pohly/sig-volume-link
sig-volume: fix owner link for pkg/volume owners
This commit is contained in:
commit
d22a45e321
|
@ -38,7 +38,7 @@ The following subprojects are owned by sig-storage:
|
|||
- https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS
|
||||
- **volumes**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volumes/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volume/OWNERS
|
||||
|
||||
## GitHub Teams
|
||||
|
||||
|
|
|
@ -1401,7 +1401,7 @@ sigs:
|
|||
- https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS
|
||||
- name: volumes
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volumes/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volume/OWNERS
|
||||
- name: Testing
|
||||
dir: sig-testing
|
||||
mission_statement: >
|
||||
|
|
Loading…
Reference in New Issue