mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix default issuer for dex (#7420)
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: dex
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
appVersion: 2.10.0
|
||||
description: CoreOS Dex
|
||||
keywords:
|
||||
|
||||
@@ -77,7 +77,7 @@ serviceAccount:
|
||||
name:
|
||||
|
||||
config:
|
||||
issuer: https://dex.io
|
||||
issuer: http://dex.io:8080
|
||||
storage:
|
||||
type: kubernetes
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user