diff --git a/applications/exposurelog/templates/ingress.yaml b/applications/exposurelog/templates/ingress.yaml index c929dfb9a..c5eba0a88 100644 --- a/applications/exposurelog/templates/ingress.yaml +++ b/applications/exposurelog/templates/ingress.yaml @@ -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 }} diff --git a/applications/narrativelog/templates/ingress.yaml b/applications/narrativelog/templates/ingress.yaml index f81cd57dd..796e78fd1 100644 --- a/applications/narrativelog/templates/ingress.yaml +++ b/applications/narrativelog/templates/ingress.yaml @@ -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 }} diff --git a/applications/nightreport/templates/ingress.yaml b/applications/nightreport/templates/ingress.yaml index 4cdf367a8..930d61eab 100644 --- a/applications/nightreport/templates/ingress.yaml +++ b/applications/nightreport/templates/ingress.yaml @@ -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 }}