sig-testing: Add secret-sync-rotation subproject
This commit is contained in:
parent
421c198faf
commit
aada3a451f
|
@ -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:**
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue