Skip to content

Commit

Permalink
Helm chart: remove undefined field reference (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra authored Oct 7, 2024
1 parent c6884e5 commit f58924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/polaris/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# {{- $kubeVersion := .Capabilities.KubeVersion.Version -}}
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "polaris.fullname" . -}}
{{- $svcPort := coalesce .Values.service.port (index .Values.service.ports "polaris-service") -}}
{{- $svcPort := index .Values.service.ports "polaris-service" -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand Down

0 comments on commit f58924b

Please sign in to comment.