Adds pathType definition to top of file

Signed-off-by: thomascjohnson <thomascjohnson@gmail.com>
This commit is contained in:
thomascjohnson 2021-08-10 13:45:18 +02:00
parent f5d1634fbf
commit 6aae0cd75c

View file

@ -3,6 +3,7 @@
{{- $servicePort := .Values.server.servicePort -}} {{- $servicePort := .Values.server.servicePort -}}
{{- $paths := .Values.server.ingress.paths -}} {{- $paths := .Values.server.ingress.paths -}}
{{- $extraPaths := .Values.server.ingress.extraPaths -}} {{- $extraPaths := .Values.server.ingress.extraPaths -}}
{{- $pathType := .Values.server.ingress.pathType -}}
apiVersion: {{ include "argo-workflows.ingress.apiVersion" . }} apiVersion: {{ include "argo-workflows.ingress.apiVersion" . }}
kind: Ingress kind: Ingress
metadata: metadata: