Skip to content

Commit

Permalink
Merge pull request #7 from restackio/add-ingress-support
Browse files Browse the repository at this point in the history
adapt service name to be based on helper
  • Loading branch information
martinibach committed Oct 3, 2023
2 parents bb72611 + bbd86e5 commit 9b5614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tooljet/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: tooljet
name: {{ template "tooljet.fullname" . }}
spec:
type: {{ .Values.apps.tooljet.service.type }}
ports:
Expand Down

0 comments on commit 9b5614f

Please sign in to comment.