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
|
### repo-infra
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/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
|
### test-infra
|
||||||
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
|
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
|
|
|
@ -2180,6 +2180,11 @@ sigs:
|
||||||
- name: repo-infra
|
- name: repo-infra
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/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
|
- name: test-infra
|
||||||
description: |
|
description: |
|
||||||
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
|
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
|
||||||
|
|
Loading…
Reference in New Issue