diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-06 13:34:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-06 13:34:47 -0800 |
| commit | 4af6b5fee427a802838761b91fa72dc29c3f1623 (patch) | |
| tree | d316389afbdbd840da0d1f7d4163a01cfd5291d3 | |
| parent | a1a66be1431b28be5e72e48759d9aff44c87c6e9 (diff) | |
| parent | 616a9d19533341e0e3629ac8bcd29c08bfe2388a (diff) | |
Merge pull request #3369 from justaugustus/azure
sig-azure: Add CSI driver subproject OWNERS
| -rw-r--r-- | sig-azure/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sig-azure/README.md b/sig-azure/README.md index 78705b66..92139a16 100644 --- a/sig-azure/README.md +++ b/sig-azure/README.md @@ -46,6 +46,10 @@ The following subprojects are owned by sig-azure: - **cluster-api-provider-azure** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS +- **csi-drivers-azure** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/OWNERS ## GitHub Teams @@ -585,6 +585,10 @@ sigs: - name: cluster-api-provider-azure owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS + - name: csi-drivers-azure + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/OWNERS - name: Big Data dir: sig-big-data mission_statement: > |
