summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdumars <jdumars@gmail.com>2018-08-08 12:23:53 -0700
committerjdumars <jdumars@gmail.com>2018-08-08 12:23:53 -0700
commita45a0d170a7a7fcc5ee6dea50342b94d1bb6097f (patch)
tree3c73858d2878e14591cc17c6b743be08a1397518
parent9dd9e3106fcc436f825f17b0d036f2aaa4c9afc1 (diff)
added architecture tracking to sigs.yaml
-rw-r--r--sig-architecture/README.md3
-rw-r--r--sigs.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-architecture/README.md b/sig-architecture/README.md
index afa35366..85ab58e7 100644
--- a/sig-architecture/README.md
+++ b/sig-architecture/README.md
@@ -42,6 +42,9 @@ The following subprojects are owned by sig-architecture:
- **steering**
- Owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS
+- **architecture-tracking**
+ - Owners:
+ - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
## GitHub Teams
diff --git a/sigs.yaml b/sigs.yaml
index 527caa76..e28e0e23 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -247,6 +247,9 @@ sigs:
- name: steering
owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS
+ - name: architecture-tracking
+ owners:
+ - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS
- name: Auth
dir: sig-auth
mission_statement: >