Skip to content

Commit

Permalink
Add information on secret reflector Helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed May 14, 2024
1 parent 2875360 commit c16e398
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kubernetes/namespaces/kube-system/reflector/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Kubernetes reflector

We use [kubernetes-reflector](github.com/emberstack/kubernetes-reflector) to mirror certificate resources into all namespaces that need access to the wildcard certificates used for the cluster.

It is deployed using Helm with no additional configuration using the following steps:

``` sh
$ helm repo add emberstack https://emberstack.github.io/helm-charts
$ helm repo update
$ helm upgrade -n kube-system --install reflector emberstack/reflector
```

0 comments on commit c16e398

Please sign in to comment.