mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
[stable/dex] Fix compatibility with Helm 3 (#17682)
Signed-off-by: Giacomo Longo <gabibbo97@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a7ec90100b
commit
b93fbdfaab
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: dex
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
appVersion: 2.19.0
|
||||
description: CoreOS Dex
|
||||
keywords:
|
||||
|
||||
@@ -156,7 +156,7 @@ config:
|
||||
tlsCert: /etc/dex/tls/grpc/server/tls.crt
|
||||
tlsKey: /etc/dex/tls/grpc/server/tls.key
|
||||
tlsClientCA: /etc/dex/tls/grpc/ca/tls.crt
|
||||
connectors: {}
|
||||
connectors: []
|
||||
# - type: github
|
||||
# id: github
|
||||
# name: GitHub
|
||||
|
||||
Reference in New Issue
Block a user