Skip to content

Commit

Permalink
Remove labels from GafaelfawrIngress tmeplate
Browse files Browse the repository at this point in the history
exposurelog, narrativelog, and nightreport incorrectly added the
Helm labels to the template for the Ingress, but that's not allowed
by the GafaelfawrIngress schema. Remove them.
  • Loading branch information
rra committed Nov 12, 2024
1 parent ccb9961 commit 4e121c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions applications/exposurelog/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ config:
template:
metadata:
name: {{ template "exposurelog.fullname" . }}
labels:
{{- include "exposurelog.labels" . | nindent 4 }}
spec:
rules:
- host: {{ required "global.host must be set" .Values.global.host | quote }}
Expand Down
2 changes: 0 additions & 2 deletions applications/narrativelog/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ config:
template:
metadata:
name: {{ template "narrativelog.fullname" . }}
labels:
{{- include "narrativelog.labels" . | nindent 4 }}
spec:
rules:
- host: {{ required "global.host must be set" .Values.global.host | quote }}
Expand Down
2 changes: 0 additions & 2 deletions applications/nightreport/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ config:
template:
metadata:
name: {{ template "nightreport.fullname" . }}
labels:
{{- include "nightreport.labels" . | nindent 4 }}
spec:
rules:
- host: {{ required "global.host must be set" .Values.global.host | quote }}
Expand Down

0 comments on commit 4e121c6

Please sign in to comment.