Skip to content

Commit

Permalink
GH-16 Fix broken service.yaml by adding missing } (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbraid authored Apr 13, 2024
1 parent 723473c commit 0256828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/reposilite/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
name: http
{{- if (and (contains "NodePort" .Values.service.type) (not (empty .Values.service.nodePort))) }}
nodePort: {{ .Values.service.nodePort }}
{{- end }
{{- end }}
selector:
{{- include "reposilite.selectorLabels" . | nindent 4 }}

0 comments on commit 0256828

Please sign in to comment.