Skip to content

Commit

Permalink
fix(helpers): invalid reference to existingCASecret (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Cortes <[email protected]>
  • Loading branch information
hugocortes authored Feb 16, 2020
1 parent c66dcb6 commit 193e94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: pomerium
version: 5.0.5
version: 5.0.6
appVersion: 0.6.2
home: http://www.pomerium.io/
icon: https://www.pomerium.io/logo-long.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/pomerium/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Adapted from : https://github.com/helm/charts/blob/master/stable/drone/templates

{{- define "pomerium.caSecret.name" -}}
{{if .Values.config.existingCASecret }}
{{- .Values.proxy.existingCASecret | trunc 63 | trimSuffix "-" -}}
{{- .Values.config.existingCASecret | trunc 63 | trimSuffix "-" -}}
{{- /* TODO in future: Remove legacy logic */ -}}
{{- else if .Values.config.existingLegacyTLSSecret -}}
{{- template "pomerium.fullname" . -}}
Expand Down

0 comments on commit 193e94a

Please sign in to comment.