Skip to content

Commit

Permalink
Add serviceNameOverride (#3802) (#3853)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5517f66)

Co-authored-by: Tim N <[email protected]>
  • Loading branch information
lucacome and timnee authored May 4, 2023
1 parent 098c8bf commit d593f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/helm-chart/templates/controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "nginx-ingress.controller.fullname" . }}
name: {{ default (include "nginx-ingress.controller.fullname" .) .Values.serviceNameOverride }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "nginx-ingress.labels" . | nindent 4 }}
Expand Down

0 comments on commit d593f9e

Please sign in to comment.