Files
deprecated-helm-charts/stable/dex/templates
Rick HaanandKubernetes Prow Robot 2404b9d197 [stable/dex] Pod annotations Dex (#14979)
* [stable/dex] Add pod annotations

Added the ability to configure your own pod annotations to the
deployment of dex.

An example:
``` yaml
podAnnotations:
  prometheus.io/path: "/metrics"
  prometheus.io/port: "5558"
  prometheus.io/scrape: "true"
```

Signed-off-by: Rick Haan <rickhaan94@gmail.com>

* [stable/dex] Bump minor chart version

My pull request adds functionality in a backwards-compatible manner.
This means a bump in the minor version of the chart.

Signed-off-by: Rick Haan <rickhaan94@gmail.com>
2019-06-28 01:13:38 -07:00
..