Skip to content

Commit

Permalink
Update configmap.yaml (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
DANic-git authored Nov 11, 2020
1 parent 92ed659 commit 5b86cdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/dex-k8s-authenticator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ data:
tls_cert: "{{ .tlsCert }}"
tls_key: "{{ .tlsKey }}"
{{- end }}
{{- if .trusted_root_ca }}
trusted_root_ca: {{ toYaml .trusted_root_ca | indent 4 }}
{{- end }}
clusters:
{{ toYaml .clusters | indent 4 }}
{{- end }}
Expand Down

0 comments on commit 5b86cdb

Please sign in to comment.