Skip to content

Commit bf02a31

Browse files
authored
Fix dex client secret (#983)
1 parent 74a597e commit bf02a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kubernikus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
description: A Helm chart for Kubernetes
33
name: kubernikus
44
type: application
5-
version: 0.3.20
5+
version: 0.3.21
66
dependencies:
77
- name: k8sniff
88
repository: file://../k8sniff

charts/kubernikus/templates/dex-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ data:
6464
- https://{{ .Values.domain }}/auth/callback # for dashboard access
6565
- http://localhost:33768/auth/callback
6666
name: kubernikus
67-
secret: $DEX_CLIENT_SECRET
67+
secretEnv: DEX_CLIENT_SECRET
6868
---
6969
apiVersion: v1
7070
kind: Secret

0 commit comments

Comments
 (0)