Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/test-guide/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.8.0
version: 0.8.1
type: application
name: test-guide
description: test.guide is a database application for the overview, analysis and follow-up processing of test procedures, which has been specially developed for use in the automotive sector.
Expand Down
3 changes: 3 additions & 0 deletions charts/test-guide/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand Down
2 changes: 1 addition & 1 deletion charts/test-guide/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ env: []
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# ingressClassName: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: ""
Expand Down
Loading