summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2018-02-20 09:11:11 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2018-02-20 09:11:11 +0100
commitb820003012283fa21290fbd2ced83909726e5e65 (patch)
tree3882753bbf6633a7d73e046aa493be0722a6bc9f
parent94a104dcf3b74f5b3c2ea40eb075aff52fffd754 (diff)
sig-volume: fix owner link for pkg/volume owners
The actual path in the Kubernetes repo is pkg/volume, not pkg/volumes.
-rw-r--r--sig-storage/README.md2
-rw-r--r--sigs.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sig-storage/README.md b/sig-storage/README.md
index e0111723..daf61965 100644
--- a/sig-storage/README.md
+++ b/sig-storage/README.md
@@ -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
diff --git a/sigs.yaml b/sigs.yaml
index d6bb62af..e19b52ee 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -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: >