Skip to content

Commit

Permalink
updates configmap for dex-k8s-authenticator with custom cert path info
Browse files Browse the repository at this point in the history
  • Loading branch information
GoelDeepak committed Jan 18, 2020
1 parent c91a26c commit 0c8589f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions staging/dex-k8s-authenticator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ data:
clusters:
{{ toYaml .clusters | indent 4 }}
{{- end }}
{{- if .Values.caCerts.enabled }}
caCerts: "true"
{{- if .Values.caCerts.secrets }}
caCertPath: /certs/{{ .filename }}
{{- else }}
caCertPath: /certs/ca.crt
{{- end }}
{{- end }}

0 comments on commit 0c8589f

Please sign in to comment.