Skip to content

Commit

Permalink
Merge pull request #28 from marcules/feature/re-introduce-extra-label…
Browse files Browse the repository at this point in the history
…s-for-ingress
  • Loading branch information
dirsigler authored Jan 8, 2022
2 parents 2621d04 + 06833aa commit 7ff99be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: uptime-kuma
sources:
- https://github.com/louislam/uptime-kuma
type: application
version: 2.1.0
version: 2.1.1
3 changes: 3 additions & 0 deletions charts/uptime-kuma/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ metadata:
name: {{ $fullName }}
labels:
{{- include "uptime-kuma.labels" . | nindent 4 }}
{{- if .Values.ingress.extraLabels }}
{{- toYaml .Values.ingress.extraLabels | nindent 4 }}
{{- end }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 7ff99be

Please sign in to comment.