Skip to content

Commit

Permalink
Merge pull request #17 from InseeFrLab/superset-add-cert-manager
Browse files Browse the repository at this point in the history
superset- add use of certmanager
  • Loading branch information
ihiverlet authored Feb 8, 2024
2 parents 3f9e029 + 4c7649f commit 45edcd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies:
version: 0.10.11
repository: https://apache.github.io/superset
- 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/superset/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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/superset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
useCertManager: false
certManagerClusterIssuer: ""

userPreferences:
language: "en"

0 comments on commit 45edcd3

Please sign in to comment.