Rename secret-sync-rotation to k8s-gsm-tools
Naming is hard. This makes the resulting staging gcr.io repo project hit the 30 character limit
This commit is contained in:
parent
f1395a7810
commit
6eb28f95b6
|
@ -47,6 +47,10 @@ Boskos is a resource manager service that handles different kinds of resources a
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
|
||||||
|
### k8s-gsm-tools
|
||||||
|
Controllers to sync and rotate kubernetes secrets with google cloud secret manager
|
||||||
|
- **Owners:**
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/k8s-gsm-tools/master/OWNERS
|
||||||
### kind
|
### kind
|
||||||
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
|
@ -73,10 +77,6 @@ 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:**
|
||||||
|
|
10
sigs.yaml
10
sigs.yaml
|
@ -2161,6 +2161,11 @@ sigs:
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
|
||||||
|
- name: k8s-gsm-tools
|
||||||
|
description: |
|
||||||
|
Controllers to sync and rotate kubernetes secrets with google cloud secret manager
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/k8s-gsm-tools/master/OWNERS
|
||||||
- name: kind
|
- name: kind
|
||||||
description: |
|
description: |
|
||||||
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
|
||||||
|
@ -2195,11 +2200,6 @@ 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