Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
feat: allow ingress annotations (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjuz authored Apr 30, 2021
1 parent 1595a52 commit 18751ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/helm/templates/ing-core-kimai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
labels:
app.kubernetes.io/part-of: {{ .Values.metadata.applicationName }}
app.kubernetes.io/name: core-{{ include "kimai.name" . }}
annotations:
{{- if .Values.ingress.annotations }}
{{ toYaml .Values.ingress.annotations | indent 4 }}
{{- end }}
spec:
{{ if .Values.ingress.kimai.tlsSecret }}
tls:
Expand Down

0 comments on commit 18751ac

Please sign in to comment.