aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/kube-system/reflector/README.md
blob: aaeceb70230b728f53533be71d98e29c8a6cd67e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
```