This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new f58924b6 Helm chart: remove undefined field reference (#348)
f58924b6 is described below

commit f58924b62fcb193230ba65dc504c7271a5b54721
Author: Alexandre Dutra <[email protected]>
AuthorDate: Mon Oct 7 14:10:40 2024 +0200

    Helm chart: remove undefined field reference (#348)
---
 helm/polaris/templates/ingress.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/polaris/templates/ingress.yaml 
b/helm/polaris/templates/ingress.yaml
index f16c04f9..a9bbd989 100644
--- a/helm/polaris/templates/ingress.yaml
+++ b/helm/polaris/templates/ingress.yaml
@@ -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:

Reply via email to