Skip to content

Commit

Permalink
fix: ingress enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki committed Oct 11, 2023
1 parent 12a6cb3 commit 2f6f710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/app-dashboard/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
###############################################################
*/}}

{{- if .Values.ingress.enabled -}}
{{- $fullName := include "app-dashboard.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: networking.k8s.io/v1
Expand Down Expand Up @@ -47,3 +48,4 @@ spec:
name: {{ $fullName }}
port:
number: {{ $svcPort }}
{{- end }}

0 comments on commit 2f6f710

Please sign in to comment.