Skip to content

Commit

Permalink
Merge pull request #16 from InseeFrLab/redash-add-cert-manager
Browse files Browse the repository at this point in the history
redash - add use of certmanager
  • Loading branch information
ihiverlet authored Feb 8, 2024
2 parents 1c95904 + 8095b49 commit 67895e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/redash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.4
version: 0.0.5

# 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 All @@ -38,5 +38,5 @@ dependencies:
version: 11.6.15
repository: https://charts.bitnami.com/bitnami
- name: library-chart
version: 1.5.15
version: 1.5.19
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3 changes: 3 additions & 0 deletions charts/redash/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.hostname | quote }}
{{- if .Values.ingress.useCertManager }}
secretName: tls-cert-{{ include "library-chart.fullname" . }}
{{- end }}
{{- end }}
rules:
- host: {{ .Values.ingress.hostname | quote }}
Expand Down
2 changes: 2 additions & 0 deletions charts/redash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

redash:
image:
Expand Down

0 comments on commit 67895e0

Please sign in to comment.