Skip to content

Commit

Permalink
chore: updated annotations from frontend!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Jul 23, 2024
1 parent 53411b9 commit 754fcec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/digital-product-pass/templates/ingress-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ metadata:
namespace: {{ .Values.namespace }}
labels:
{{- include "chart.labels" . | nindent 4 }}
{{- with .Values.frontend.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.frontend.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.frontend.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
ingressClassName: {{ .Values.frontend.ingress.className }}
Expand Down

0 comments on commit 754fcec

Please sign in to comment.