forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/dex] Pod annotations Dex (helm#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 <[email protected]> * [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 <[email protected]>
- Loading branch information
1 parent
d21d69a
commit 9f52bd3
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: dex | ||
version: 1.4.0 | ||
version: 1.5.0 | ||
appVersion: 2.16.0 | ||
description: CoreOS Dex | ||
keywords: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters