Skip to content

Commit

Permalink
Fix #65 (#66)
Browse files Browse the repository at this point in the history
Allows service.extraPorts to be specified.

Signed-off-by: holmesb <[email protected]>
  • Loading branch information
holmesb authored Jun 25, 2024
1 parent 89d8db5 commit eea949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/freeipa/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ spec:
protocol: UDP
targetPort: 88
{{- if .Values.service.extraPorts }}
{{- include "common.tplvalues.render" (dict "value" .Values.service.extraPorts "context" $) | nindent 4 }}
{{- include "common.tplvalues.render" (dict "value" .Values.service.extraPorts "context" $) | nindent 2 }}
{{- end }}
selector: {{- include "common.labels.matchLabels" . | nindent 4 }}

0 comments on commit eea949f

Please sign in to comment.