summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-07-14 15:05:22 -0700
committerGitHub <noreply@github.com>2020-07-14 15:05:22 -0700
commit514827c2b759a49c97cc529e5fac13901c5d60d8 (patch)
treebcb7d78a9c7d3e18fec9f740592d8dd74de2d82f
parent421c198faf48e640ce704c0a56355c67993ab88c (diff)
parentaada3a451ff89efc33ce39d1b8e68af0085c111d (diff)
Merge pull request #4963 from mrbobbytables/add-subproject
sig-testing: Add secret-sync-rotation subproject
-rw-r--r--sig-testing/README.md4
-rw-r--r--sigs.yaml5
2 files changed, 9 insertions, 0 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md
index 7179d33b..158ed1e2 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 b72650ec..0a00218d 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