Skip to content

Commit

Permalink
fix: nginxLabelSelectors
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jul 3, 2023
1 parent 1136d14 commit 0399aff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/zaakbrug/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ We truncate at 57 chars in order to provide space for the "-nginx" suffix
NGINX labels
*/}}
{{- define "zaakbrug.nginxLabels" -}}
{{ include "zaakbrug.labels" . }}
helm.sh/chart: {{ include "zaakbrug.chart" . }}
{{ include "zaakbrug.nginxSelectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

{{/*
Expand Down

0 comments on commit 0399aff

Please sign in to comment.