Skip to content

Commit

Permalink
Merge pull request #3871 from lsst-sqre/u/rra/exposurelog
Browse files Browse the repository at this point in the history
Remove labels from GafaelfawrIngress tmeplate
  • Loading branch information
rra authored Nov 12, 2024
2 parents ccb9961 + 4e121c6 commit 522639d
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 522639d

Please sign in to comment.