Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Bug/tls (#16)
Browse files Browse the repository at this point in the history
* fixed tls indent
* updated chart version
  • Loading branch information
MartinSchmidt authored Nov 25, 2021
1 parent 695351c commit ef9b004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: eo-base-helm-chart
description: A Helm chart for Kubernetes

type: application
version: v0.4.5
version: v0.4.6
8 changes: 4 additions & 4 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.ingress.tlsSecretName }}
tls:
secretName: {{ .Values.ingress.tlsSecretName }}
{{- end }}
{{- if .Values.ingress.tlsSecretName }}
tls:
secretName: {{ .Values.ingress.tlsSecretName }}
{{- end }}
{{- end }}

0 comments on commit ef9b004

Please sign in to comment.