File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ Integrates secrets stores with Kubernetes via a CSI volume.
156
156
- ** Contact:**
157
157
- Slack: [ #csi-secrets-store] ( https://kubernetes.slack.com/messages/csi-secrets-store )
158
158
- [ Mailing List] ( https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver )
159
+ ### secrets-store-sync-controller
160
+ This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
161
+ - ** Owners:**
162
+ - [ kubernetes-sigs/secrets-store-sync-controller] ( https://github.com/kubernetes-sigs/secrets-store-sync-controller/blob/main/OWNERS )
159
163
### service-accounts
160
164
Infrastructure implementing Kubernetes service account based workload identity.
161
165
- ** Owners:**
Original file line number Diff line number Diff line change @@ -575,6 +575,11 @@ sigs:
575
575
mailing_list : https://groups.google.com/forum/#!forum/kubernetes-secrets-store-csi-driver
576
576
owners :
577
577
- https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/OWNERS
578
+ - name : secrets-store-sync-controller
579
+ description : |
580
+ This is a Kubernetes controller that watches for changes to a custom resource and syncs the secrets from external secrets-store as Kubernetes secret.
581
+ owners :
582
+ - https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-sync-controller/main/OWNERS
578
583
- name : service-accounts
579
584
description : |
580
585
Infrastructure implementing Kubernetes service account based workload identity.
You can’t perform that action at this time.
0 commit comments