We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a597e commit bf02a31Copy full SHA for bf02a31
charts/kubernikus/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
description: A Helm chart for Kubernetes
3
name: kubernikus
4
type: application
5
-version: 0.3.20
+version: 0.3.21
6
dependencies:
7
- name: k8sniff
8
repository: file://../k8sniff
charts/kubernikus/templates/dex-config.yaml
@@ -64,7 +64,7 @@ data:
64
- https://{{ .Values.domain }}/auth/callback # for dashboard access
65
- http://localhost:33768/auth/callback
66
67
- secret: $DEX_CLIENT_SECRET
+ secretEnv: DEX_CLIENT_SECRET
68
---
69
apiVersion: v1
70
kind: Secret
0 commit comments