diff --git a/sig-testing/README.md b/sig-testing/README.md index 7179d33b6..158ed1e28 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -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:** diff --git a/sigs.yaml b/sigs.yaml index b72650ec5..0a00218de 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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