sig-testing: Add secret-sync-rotation subproject

This commit is contained in:
Bob Killen 2020-07-14 17:25:16 -04:00
parent 421c198faf
commit aada3a451f
No known key found for this signature in database
GPG Key ID: 850FEB9A6356D2F6
2 changed files with 9 additions and 0 deletions

View File

@ -73,6 +73,10 @@ Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action
### repo-infra
- **Owners:**
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
### secret-sync-rotation
Controllers to sync and rotate kubernetes secrets with google cloud secret manager
- **Owners:**
- https://raw.githubusercontent.com/kubernetes-sigs/secret-sync-rotation/master/OWNERS
### test-infra
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
- **Owners:**

View File

@ -2180,6 +2180,11 @@ sigs:
- name: repo-infra
owners:
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
- name: secret-sync-rotation
description: |
Controllers to sync and rotate kubernetes secrets with google cloud secret manager
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/secret-sync-rotation/master/OWNERS
- name: test-infra
description: |
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project