Skip to content

Commit

Permalink
Merge pull request #35 from techops-services/common-fix-certificate
Browse files Browse the repository at this point in the history
common: fix certificate template
  • Loading branch information
eskp authored Apr 17, 2024
2 parents 47827ce + 97be6a5 commit 679c1be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.30
version: 0.0.31

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 3 additions & 1 deletion charts/common/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ spec:
name: {{ .Values.service.tls.issuerName }}
kind: ClusterIssuer
dnsNames:
- "{{ .Values.ingress.host }}"
{{- range .Values.ingress.hosts }}
- {{ . | quote }}
{{- end }}
{{- end }}

0 comments on commit 679c1be

Please sign in to comment.