From 87878f3ec2498e0da2994523ee64bd0c71ff9663 Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Sun, 4 Feb 2024 23:14:08 -0800 Subject: [PATCH] Update ingress api type --- incubating/hello-world/Chart.yaml | 2 +- incubating/hello-world/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubating/hello-world/Chart.yaml b/incubating/hello-world/Chart.yaml index 2dc92eb..22631a8 100644 --- a/incubating/hello-world/Chart.yaml +++ b/incubating/hello-world/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A "Hello, World" Helm chart that supports amd64, arm32v6, and arm64v8 name: hello-world -version: 0.2.1-r1 +version: 0.2.1-r2 diff --git a/incubating/hello-world/templates/ingress.yaml b/incubating/hello-world/templates/ingress.yaml index 54e8146..3fcda55 100644 --- a/incubating/hello-world/templates/ingress.yaml +++ b/incubating/hello-world/templates/ingress.yaml @@ -32,7 +32,7 @@ spec: http: paths: {{- range $ingressPaths }} - - pathType: {{ .Values.ingress.pathType | default Prefix }} + - pathType: {{ .Values.ingress.pathType | default "Prefix" }} path: {{ . }} backend: service: