Skip to content

Commit

Permalink
Update charts/nextcloud/templates/service.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot authored Jul 22, 2024
1 parent b307335 commit e40e05d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/nextcloud/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ apiVersion: v1
kind: Service
metadata:
name: {{ template "nextcloud.fullname" . }}
{{- if .Values.service.annotations }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "nextcloud.name" . }}
helm.sh/chart: {{ include "nextcloud.chart" . }}
Expand Down

0 comments on commit e40e05d

Please sign in to comment.